#712066

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

Shades of Palatinate Purple #712066

Tints of Palatinate Purple #712066

Color information

#712066 (or 0x712066) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 66. RGB value is (113,32,102). Sum of RGB (Red+Green+Blue) = 113+32+102=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712066 is #8EDF99. Grayscale: #404040. Windows color (decimal): -9363354 or 6692977. OLE color: 6692977.

HSL color Cylindrical-coordinate representation of color #712066: hue angle of 308.15º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712066 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11332102-
CMYK00.720.100.56
HSL308.15º55.86%28.43%-
HSV(B)308.15º71.68%44.31%-
XYZ9.725.513.12-
YUV64.2149.34162.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=45.75%
G=12.96%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133210200.720.100.56308.1555.8628.43
Hex712066048A38134381c
Octal16140146011012704647034
Binary1110001100000110011001001000101011100010011010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712066; }

 p { color: rgb(113,32,102); }

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

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

 a { background-color: rgb(113,32,102); }

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

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

 span { border-color: rgb(113,32,102); }

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