#602A52

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

Shades of Palatinate Purple #602A52

Tints of Palatinate Purple #602A52

Color information

#602A52 (or 0x602A52) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2A and 52. RGB value is (96,42,82). Sum of RGB (Red+Green+Blue) = 96+42+82=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A52 is #9FD5AD. Grayscale: #3E3E3E. Windows color (decimal): -10474926 or 5384800. OLE color: 5384800.

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

Color convert

RGB964282-
CMYK00.560.150.62
HSL315.56º39.13%27.06%-
HSV(B)315.56º56.25%37.65%-
XYZ7.174.758.52-
YUV62.71138.89151.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=43.64%
G=19.09%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96428200.560.150.62315.5639.1327.06
Hex602A52038F3E13c271b
Octal1405212207017764744733
Binary110000010101010100100111000111111111010011110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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