#602C59

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

Shades of Palatinate Purple #602C59

Tints of Palatinate Purple #602C59

Color information

#602C59 (or 0x602C59) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2C and 59. RGB value is (96,44,89). Sum of RGB (Red+Green+Blue) = 96+44+89=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #602C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C59 is #9FD3A6. Grayscale: #404040. Windows color (decimal): -10474407 or 5844064. OLE color: 5844064.

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

Color convert

RGB964489-
CMYK00.540.070.62
HSL308.08º37.14%27.45%-
HSV(B)308.08º54.17%37.65%-
XYZ7.535.0110.02-
YUV64.68141.73150.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=41.92%
G=19.21%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96448900.540.070.62308.0837.1427.45
Hex602C5903673E134251b
Octal140541310667764644533
Binary11000001011001011001011011011111111010011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,89); }

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

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

 a { background-color: rgb(96,44,89); }

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

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

 span { border-color: rgb(96,44,89); }

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