#66126C

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

Shades of Palatinate Purple #66126C

Tints of Palatinate Purple #66126C

Color information

#66126C (or 0x66126C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 6C. RGB value is (102,18,108). Sum of RGB (Red+Green+Blue) = 102+18+108=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #66126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66126C is #99ED93. Grayscale: #353535. Windows color (decimal): -10087828 or 7082598. OLE color: 7082598.

HSL color Cylindrical-coordinate representation of color #66126C: hue angle of 296º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66126C is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10218108-
CMYK0.060.8300.58
HSL296º71.43%24.71%-
HSV(B)296º83.33%42.35%-
XYZ8.44.3414.58-
YUV53.38158.83162.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=44.74%
G=7.89%
B=47.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102181080.060.8300.5829671.4324.71
Hex66126C65303A1284719
Octal14622154612307245010731
Binary110011010010110110011010100110111010100101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,18,108); }

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

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

 a { background-color: rgb(102,18,108); }

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

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

 span { border-color: rgb(102,18,108); }

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