#71066D

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

Shades of Purple #71066D

Tints of Purple #71066D

Color information

#71066D (or 0x71066D) is unknown color: approx Purple. HEX triplet: 71, 06 and 6D. RGB value is (113,6,109). Sum of RGB (Red+Green+Blue) = 113+6+109=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71066D is #8EF992. Grayscale: #313131. Windows color (decimal): -9370003 or 7145073. OLE color: 7145073.

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

Color convert

RGB1136109-
CMYK00.950.040.56
HSL302.24º89.92%23.33%-
HSV(B)302.24º94.69%44.31%-
XYZ9.644.7514.88-
YUV49.74161.45173.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=49.56%
G=2.63%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113610900.950.040.56302.2489.9223.33
Hex7166D05F43812e5a17
Octal1616155013747045613227
Binary1110001110110110101011111100111000100101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71066D; }

 p { color: rgb(113,6,109); }

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

<style>
 a { background-color: #71066D; }

 a { background-color: rgb(113,6,109); }

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

<style>
 span { border-color: #71066D; }

 span { border-color: rgb(113,6,109); }

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