#602858

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

Shades of Palatinate Purple #602858

Tints of Palatinate Purple #602858

Color information

#602858 (or 0x602858) is unknown color: approx Palatinate Purple. HEX triplet: 60, 28 and 58. RGB value is (96,40,88). Sum of RGB (Red+Green+Blue) = 96+40+88=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #602858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602858 is #9FD7A7. Grayscale: #3E3E3E. Windows color (decimal): -10475432 or 5777504. OLE color: 5777504.

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

Color convert

RGB964088-
CMYK00.580.080.62
HSL308.57º41.18%26.67%-
HSV(B)308.57º58.33%37.65%-
XYZ7.344.719.75-
YUV62.22142.55152.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=42.86%
G=17.86%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96408800.580.080.62308.5741.1826.67
Hex60285803A83E135291b
Octal1405013007210764655133
Binary110000010100010110000111010100011111010011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602858; }

 p { color: rgb(96,40,88); }

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

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

 a { background-color: rgb(96,40,88); }

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

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

 span { border-color: rgb(96,40,88); }

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