#602A53

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

Shades of Palatinate Purple #602A53

Tints of Palatinate Purple #602A53

Color information

#602A53 (or 0x602A53) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2A and 53. RGB value is (96,42,83). Sum of RGB (Red+Green+Blue) = 96+42+83=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #602A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A53 is #9FD5AC. Grayscale: #3E3E3E. Windows color (decimal): -10474925 or 5450336. OLE color: 5450336.

HSL color Cylindrical-coordinate representation of color #602A53: hue angle of 314.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A53 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB964283-
CMYK00.560.140.62
HSL314.44º39.13%27.06%-
HSV(B)314.44º56.25%37.65%-
XYZ7.214.778.72-
YUV62.82139.39151.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=43.44%
G=19.00%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96428300.560.140.62314.4439.1327.06
Hex602A53038E3E13a271b
Octal1405212307016764724733
Binary110000010101010100110111000111011111010011101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A53; }

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

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

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

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

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

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

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

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