#602550

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

Shades of Palatinate Purple #602550

Tints of Palatinate Purple #602550

Color information

#602550 (or 0x602550) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 50. RGB value is (96,37,80). Sum of RGB (Red+Green+Blue) = 96+37+80=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602550 is #9FDAAF. Grayscale: #3B3B3B. Windows color (decimal): -10476208 or 5252448. OLE color: 5252448.

HSL color Cylindrical-coordinate representation of color #602550: hue angle of 316.27º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602550 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB963780-
CMYK00.610.170.62
HSL316.27º44.36%26.08%-
HSV(B)316.27º61.46%37.65%-
XYZ6.934.398.07-
YUV59.54139.55154-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=45.07%
G=17.37%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96378000.610.170.62316.2744.3626.08
Hex60255003D113E13c2c1a
Octal1404512007521764745432
Binary1100000100101101000001111011000111111010011110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602550; }

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

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

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

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

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

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

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

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