#602153

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

Shades of Palatinate Purple #602153

Tints of Palatinate Purple #602153

Color information

#602153 (or 0x602153) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 53. RGB value is (96,33,83). Sum of RGB (Red+Green+Blue) = 96+33+83=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #602153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602153 is #9FDEAC. Grayscale: #393939. Windows color (decimal): -10477229 or 5448032. OLE color: 5448032.

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

Color convert

RGB963383-
CMYK00.660.140.62
HSL312.38º48.84%25.29%-
HSV(B)312.38º65.62%37.65%-
XYZ6.934.28.63-
YUV57.54142.37155.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=45.28%
G=15.57%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96338300.660.140.62312.3848.8425.29
Hex602153042E3E1383119
Octal14041123010216764706131
Binary1100000100001101001101000010111011111010011100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602153; }

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

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

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

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

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

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

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

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