#602A54

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

Shades of Palatinate Purple #602A54

Tints of Palatinate Purple #602A54

Color information

#602A54 (or 0x602A54) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2A and 54. RGB value is (96,42,84). Sum of RGB (Red+Green+Blue) = 96+42+84=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A54 is #9FD5AB. Grayscale: #3E3E3E. Windows color (decimal): -10474924 or 5515872. OLE color: 5515872.

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

Color convert

RGB964284-
CMYK00.560.120.62
HSL313.33º39.13%27.06%-
HSV(B)313.33º56.25%37.65%-
XYZ7.254.788.93-
YUV62.93139.89151.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=43.24%
G=18.92%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96428400.560.120.62313.3339.1327.06
Hex602A54038C3E139271b
Octal1405212407014764714733
Binary110000010101010101000111000110011111010011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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