#66125F

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

Shades of Palatinate Purple #66125F

Tints of Palatinate Purple #66125F

Color information

#66125F (or 0x66125F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 5F. RGB value is (102,18,95). Sum of RGB (Red+Green+Blue) = 102+18+95=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66125F is #99EDA0. Grayscale: #333333. Windows color (decimal): -10087841 or 6230630. OLE color: 6230630.

HSL color Cylindrical-coordinate representation of color #66125F: hue angle of 305º 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 #66125F is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1021895-
CMYK00.820.070.6
HSL305º70%23.53%-
HSV(B)305º82.35%40%-
XYZ7.764.0811.21-
YUV51.89152.33163.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=47.44%
G=8.37%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102189500.820.070.63057023.53
Hex66125F05273C1314618
Octal14622137012277446110630
Binary110011010010101111101010010111111100100110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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