#66025C

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

Shades of Palatinate Purple #66025C

Tints of Palatinate Purple #66025C

Color information

#66025C (or 0x66025C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 02 and 5C. RGB value is (102,2,92). Sum of RGB (Red+Green+Blue) = 102+2+92=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66025C is #99FDA3. Grayscale: #292929. Windows color (decimal): -10091940 or 6029926. OLE color: 6029926.

HSL color Cylindrical-coordinate representation of color #66025C: hue angle of 306º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66025C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB102292-
CMYK00.980.100.6
HSL306º96.15%20.39%-
HSV(B)306º98.04%40%-
XYZ7.433.6410.44-
YUV42.16156.13170.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=52.04%
G=1.02%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229200.980.100.630696.1520.39
Hex6625C062A3C1326014
Octal14621340142127446214024
Binary1100110101011100011000101010111100100110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,2,92); }

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

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

 a { background-color: rgb(102,2,92); }

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

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

 span { border-color: rgb(102,2,92); }

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