#602557

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

Shades of Palatinate Purple #602557

Tints of Palatinate Purple #602557

Color information

#602557 (or 0x602557) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 57. RGB value is (96,37,87). Sum of RGB (Red+Green+Blue) = 96+37+87=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602557 is #9FDAA8. Grayscale: #3C3C3C. Windows color (decimal): -10476201 or 5711200. OLE color: 5711200.

HSL color Cylindrical-coordinate representation of color #602557: hue angle of 309.15º 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 #602557 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB963787-
CMYK00.610.090.62
HSL309.15º44.36%26.08%-
HSV(B)309.15º61.46%37.65%-
XYZ7.214.59.51-
YUV60.34143.05153.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=43.64%
G=16.82%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96378700.610.090.62309.1544.3626.08
Hex60255703D93E1352c1a
Octal1404512707511764655432
Binary110000010010110101110111101100111111010011010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602557; }

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

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

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

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

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

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

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

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