#602C50

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

Shades of Palatinate Purple #602C50

Tints of Palatinate Purple #602C50

Color information

#602C50 (or 0x602C50) is unknown color: approx Palatinate Purple. HEX triplet: 60, 2C and 50. RGB value is (96,44,80). Sum of RGB (Red+Green+Blue) = 96+44+80=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #602C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C50 is #9FD3AF. Grayscale: #3F3F3F. Windows color (decimal): -10474416 or 5254240. OLE color: 5254240.

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

Color convert

RGB964480-
CMYK00.540.170.62
HSL318.46º37.14%27.45%-
HSV(B)318.46º54.17%37.65%-
XYZ7.174.878.15-
YUV63.65137.23151.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=43.64%
G=20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96448000.540.170.62318.4637.1427.45
Hex602C50036113E13e251b
Octal1405412006621764764533
Binary1100000101100101000001101101000111111010011111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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