#602C5D

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

Shades of Palatinate Purple #602C5D

Tints of Palatinate Purple #602C5D

Color information

#602C5D (or 0x602C5D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2C and 5D. RGB value is (96,44,93). Sum of RGB (Red+Green+Blue) = 96+44+93=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #602C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C5D is #9FD3A2. Grayscale: #404040. Windows color (decimal): -10474403 or 6106208. OLE color: 6106208.

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

Color convert

RGB964493-
CMYK00.540.030.62
HSL303.46º37.14%27.45%-
HSV(B)303.46º54.17%37.65%-
XYZ7.75.0810.93-
YUV65.13143.73150.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=41.20%
G=18.88%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96449300.540.030.62303.4637.1427.45
Hex602C5D03633E12f251b
Octal140541350663764574533
Binary1100000101100101110101101101111111010010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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