#602456

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

Shades of Palatinate Purple #602456

Tints of Palatinate Purple #602456

Color information

#602456 (or 0x602456) is unknown color: approx Palatinate Purple. HEX triplet: 60, 24 and 56. RGB value is (96,36,86). Sum of RGB (Red+Green+Blue) = 96+36+86=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602456 is #9FDBA9. Grayscale: #3B3B3B. Windows color (decimal): -10476458 or 5645408. OLE color: 5645408.

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

Color convert

RGB963686-
CMYK00.620.100.62
HSL310º45.45%25.88%-
HSV(B)310º62.5%37.65%-
XYZ7.134.429.28-
YUV59.64142.88153.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=44.04%
G=16.51%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96368600.620.100.6231045.4525.88
Hex60245603EA3E1362d1a
Octal1404412607612764665532
Binary110000010010010101100111110101011111010011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602456; }

 p { color: rgb(96,36,86); }

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

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

 a { background-color: rgb(96,36,86); }

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

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

 span { border-color: rgb(96,36,86); }

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