#71036C

Color #71036C Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #71036C

Tints of Purple #71036C

Color information

#71036C (or 0x71036C) is unknown color: approx Purple. HEX triplet: 71, 03 and 6C. RGB value is (113,3,108). Sum of RGB (Red+Green+Blue) = 113+3+108=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036C is #8EFC93. Grayscale: #2F2F2F. Windows color (decimal): -9370772 or 7078769. OLE color: 7078769.

HSL color Cylindrical-coordinate representation of color #71036C: hue angle of 302.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71036C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB1133108-
CMYK00.970.040.56
HSL302.73º94.83%22.75%-
HSV(B)302.73º97.35%44.31%-
XYZ9.554.6614.58-
YUV47.86161.94174.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=50.45%
G=1.34%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113310800.970.040.56302.7394.8322.75
Hex7136C06143812f5f17
Octal1613154014147045713727
Binary111000111110110001100001100111000100101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71036C; }

 p { color: rgb(113,3,108); }

 H1.HeaderClassName
 {
   color: #71036C;
 }
 .AnyTagClassName
 {
   color: #71036C;
 }
</style>
background-color css

<style>
 a { background-color: #71036C; }

 a { background-color: rgb(113,3,108); }

 div.DivClassName
 {
   background-color: #71036C;
 }
 .BgClassName
 {
   background-color: #71036C;
 }
</style>
border-color css

<style>
 span { border-color: #71036C; }

 span { border-color: rgb(113,3,108); }

 td.TdClassName
 {
   border-color: #71036C;
 }
 .TagClassName
 {
   border-color: #71036C;
 }
</style>