#602A5F

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

Shades of Palatinate Purple #602A5F

Tints of Palatinate Purple #602A5F

Color information

#602A5F (or 0x602A5F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2A and 5F. RGB value is (96,42,95). Sum of RGB (Red+Green+Blue) = 96+42+95=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #602A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A5F is #9FD5A0. Grayscale: #404040. Windows color (decimal): -10474913 or 6236768. OLE color: 6236768.

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

Color convert

RGB964295-
CMYK00.560.010.62
HSL301.11º39.13%27.06%-
HSV(B)301.11º56.25%37.65%-
XYZ7.724.9711.38-
YUV64.19145.39150.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=41.20%
G=18.03%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96429500.560.010.62301.1139.1327.06
Hex602A5F03813E12d271b
Octal140521370701764554733
Binary110000010101010111110111000111111010010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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