#71036A

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

Shades of Purple #71036A

Tints of Purple #71036A

Color information

#71036A (or 0x71036A) is unknown color: approx Purple. HEX triplet: 71, 03 and 6A. RGB value is (113,3,106). Sum of RGB (Red+Green+Blue) = 113+3+106=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036A is #8EFC95. Grayscale: #2F2F2F. Windows color (decimal): -9370774 or 6947697. OLE color: 6947697.

HSL color Cylindrical-coordinate representation of color #71036A: hue angle of 303.82º 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 #71036A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1133106-
CMYK00.970.060.56
HSL303.82º94.83%22.75%-
HSV(B)303.82º97.35%44.31%-
XYZ9.444.6214.03-
YUV47.63160.94174.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=50.90%
G=1.35%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113310600.970.060.56303.8294.8322.75
Hex7136A0616381305f17
Octal1613152014167046013727
Binary111000111110101001100001110111000100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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