#66196B

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

Shades of Palatinate Purple #66196B

Tints of Palatinate Purple #66196B

Color information

#66196B (or 0x66196B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 6B. RGB value is (102,25,107). Sum of RGB (Red+Green+Blue) = 102+25+107=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #66196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66196B is #99E694. Grayscale: #393939. Windows color (decimal): -10086037 or 7018854. OLE color: 7018854.

HSL color Cylindrical-coordinate representation of color #66196B: hue angle of 296.34º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66196B is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10225107-
CMYK0.050.7700.58
HSL296.34º62.12%25.88%-
HSV(B)296.34º76.64%41.96%-
XYZ8.484.5814.35-
YUV57.37156.01159.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=43.59%
G=10.68%
B=45.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102251070.050.7700.58296.3462.1225.88
Hex66196B54D03A1283e1a
Octal1463115351150724507632
Binary11001101100111010111011001101011101010010100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66196B; }

 p { color: rgb(102,25,107); }

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

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

 a { background-color: rgb(102,25,107); }

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

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

 span { border-color: rgb(102,25,107); }

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