#660459

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

Shades of Palatinate Purple #660459

Tints of Palatinate Purple #660459

Color information

#660459 (or 0x660459) is unknown color: approx Palatinate Purple. HEX triplet: 66, 04 and 59. RGB value is (102,4,89). Sum of RGB (Red+Green+Blue) = 102+4+89=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #660459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660459 is #99FBA6. Grayscale: #2A2A2A. Windows color (decimal): -10091431 or 5833830. OLE color: 5833830.

HSL color Cylindrical-coordinate representation of color #660459: hue angle of 307.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660459 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB102489-
CMYK00.960.130.6
HSL307.96º92.45%20.78%-
HSV(B)307.96º96.08%40%-
XYZ7.333.639.77-
YUV42.99153.97170.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=52.31%
G=2.05%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248900.960.130.6307.9692.4520.78
Hex66459060D3C1345c15
Octal14641310140157446413425
Binary11001101001011001011000001101111100100110100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660459; }

 p { color: rgb(102,4,89); }

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

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

 a { background-color: rgb(102,4,89); }

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

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

 span { border-color: rgb(102,4,89); }

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