#602959

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

Shades of Palatinate Purple #602959

Tints of Palatinate Purple #602959

Color information

#602959 (or 0x602959) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 59. RGB value is (96,41,89). Sum of RGB (Red+Green+Blue) = 96+41+89=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #602959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602959 is #9FD6A6. Grayscale: #3E3E3E. Windows color (decimal): -10475175 or 5843296. OLE color: 5843296.

HSL color Cylindrical-coordinate representation of color #602959: hue angle of 307.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602959 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB964189-
CMYK00.570.070.62
HSL307.64º40.15%26.86%-
HSV(B)307.64º57.29%37.65%-
XYZ7.424.799.99-
YUV62.92142.72151.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=42.48%
G=18.14%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96418900.570.070.62307.6440.1526.86
Hex60295903973E134281b
Octal140511310717764645033
Binary11000001010011011001011100111111111010011010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602959; }

 p { color: rgb(96,41,89); }

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

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

 a { background-color: rgb(96,41,89); }

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

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

 span { border-color: rgb(96,41,89); }

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