#66085E

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

Shades of Palatinate Purple #66085E

Tints of Palatinate Purple #66085E

Color information

#66085E (or 0x66085E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 08 and 5E. RGB value is (102,8,94). Sum of RGB (Red+Green+Blue) = 102+8+94=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66085E is #99F7A1. Grayscale: #2D2D2D. Windows color (decimal): -10090402 or 6162534. OLE color: 6162534.

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

Color convert

RGB102894-
CMYK00.920.080.6
HSL305.11º85.45%21.57%-
HSV(B)305.11º92.16%40%-
XYZ7.593.8110.92-
YUV45.91155.14168.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=50%
G=3.92%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10289400.920.080.6305.1185.4521.57
Hex6685E05C83C1315516
Octal146101360134107446112526
Binary110011010001011110010111001000111100100110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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