#602657

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

Shades of Palatinate Purple #602657

Tints of Palatinate Purple #602657

Color information

#602657 (or 0x602657) is unknown color: approx Palatinate Purple. HEX triplet: 60, 26 and 57. RGB value is (96,38,87). Sum of RGB (Red+Green+Blue) = 96+38+87=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #602657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602657 is #9FD9A8. Grayscale: #3C3C3C. Windows color (decimal): -10475945 or 5711456. OLE color: 5711456.

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

Color convert

RGB963887-
CMYK00.600.090.62
HSL309.31º43.28%26.27%-
HSV(B)309.31º60.42%37.65%-
XYZ7.244.569.52-
YUV60.93142.72153.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=43.44%
G=17.19%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96388700.600.090.62309.3143.2826.27
Hex60265703C93E1352b1a
Octal1404612707411764655332
Binary110000010011010101110111100100111111010011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602657; }

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

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

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

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

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

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

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

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