#66125E

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

Shades of Palatinate Purple #66125E

Tints of Palatinate Purple #66125E

Color information

#66125E (or 0x66125E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 5E. RGB value is (102,18,94). Sum of RGB (Red+Green+Blue) = 102+18+94=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66125E is #99EDA1. Grayscale: #333333. Windows color (decimal): -10087842 or 6165094. OLE color: 6165094.

HSL color Cylindrical-coordinate representation of color #66125E: hue angle of 305.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66125E is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1021894-
CMYK00.820.080.6
HSL305.71º70%23.53%-
HSV(B)305.71º82.35%40%-
XYZ7.724.0710.97-
YUV51.78151.83163.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=47.66%
G=8.41%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102189400.820.080.6305.717023.53
Hex66125E05283C1324618
Octal146221360122107446210630
Binary1100110100101011110010100101000111100100110010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66125E; }

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

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

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

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

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

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

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

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