#602C53

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

Shades of Palatinate Purple #602C53

Tints of Palatinate Purple #602C53

Color information

#602C53 (or 0x602C53) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2C and 53. RGB value is (96,44,83). Sum of RGB (Red+Green+Blue) = 96+44+83=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #602C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C53 is #9FD3AC. Grayscale: #3F3F3F. Windows color (decimal): -10474413 or 5450848. OLE color: 5450848.

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

Color convert

RGB964483-
CMYK00.540.140.62
HSL315º37.14%27.45%-
HSV(B)315º54.17%37.65%-
XYZ7.294.918.75-
YUV63.99138.73150.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=43.05%
G=19.73%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96448300.540.140.6231537.1427.45
Hex602C53036E3E13b251b
Octal1405412306616764734533
Binary110000010110010100110110110111011111010011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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