#602453

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

Shades of Palatinate Purple #602453

Tints of Palatinate Purple #602453

Color information

#602453 (or 0x602453) is unknown color: approx Palatinate Purple. HEX triplet: 60, 24 and 53. RGB value is (96,36,83). Sum of RGB (Red+Green+Blue) = 96+36+83=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602453 is #9FDBAC. Grayscale: #3B3B3B. Windows color (decimal): -10476461 or 5448800. OLE color: 5448800.

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

Color convert

RGB963683-
CMYK00.620.140.62
HSL313º45.45%25.88%-
HSV(B)313º62.5%37.65%-
XYZ7.024.378.66-
YUV59.3141.38154.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=44.65%
G=16.74%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96368300.620.140.6231345.4525.88
Hex60245303EE3E1392d1a
Octal1404412307616764715532
Binary110000010010010100110111110111011111010011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602453; }

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

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

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

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

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

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

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

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