#602157

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

Shades of Palatinate Purple #602157

Tints of Palatinate Purple #602157

Color information

#602157 (or 0x602157) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 57. RGB value is (96,33,87). Sum of RGB (Red+Green+Blue) = 96+33+87=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602157 is #9FDEA8. Grayscale: #393939. Windows color (decimal): -10477225 or 5710176. OLE color: 5710176.

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

Color convert

RGB963387-
CMYK00.660.090.62
HSL308.57º48.84%25.29%-
HSV(B)308.57º65.62%37.65%-
XYZ7.094.269.47-
YUV57.99144.37155.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=44.44%
G=15.28%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96338700.660.090.62308.5748.8425.29
Hex60215704293E1353119
Octal14041127010211764656131
Binary1100000100001101011101000010100111111010011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602157; }

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

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

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

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

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

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

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

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