#602555

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

Shades of Palatinate Purple #602555

Tints of Palatinate Purple #602555

Color information

#602555 (or 0x602555) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 55. RGB value is (96,37,85). Sum of RGB (Red+Green+Blue) = 96+37+85=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602555 is #9FDAAA. Grayscale: #3B3B3B. Windows color (decimal): -10476203 or 5580128. OLE color: 5580128.

HSL color Cylindrical-coordinate representation of color #602555: hue angle of 311.19º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602555 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB963785-
CMYK00.610.110.62
HSL311.19º44.36%26.08%-
HSV(B)311.19º61.46%37.65%-
XYZ7.134.479.08-
YUV60.11142.05153.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=44.04%
G=16.97%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96378500.610.110.62311.1944.3626.08
Hex60255503DB3E1372c1a
Octal1404512507513764675432
Binary110000010010110101010111101101111111010011011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602555; }

 p { color: rgb(96,37,85); }

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

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

 a { background-color: rgb(96,37,85); }

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

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

 span { border-color: rgb(96,37,85); }

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