#602551

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

Shades of Palatinate Purple #602551

Tints of Palatinate Purple #602551

Color information

#602551 (or 0x602551) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 51. RGB value is (96,37,81). Sum of RGB (Red+Green+Blue) = 96+37+81=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602551 is #9FDAAE. Grayscale: #3B3B3B. Windows color (decimal): -10476207 or 5317984. OLE color: 5317984.

HSL color Cylindrical-coordinate representation of color #602551: hue angle of 315.25º 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 #602551 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB963781-
CMYK00.610.160.62
HSL315.25º44.36%26.08%-
HSV(B)315.25º61.46%37.65%-
XYZ6.974.48.27-
YUV59.66140.05153.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=44.86%
G=17.29%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96378100.610.160.62315.2544.3626.08
Hex60255103D103E13b2c1a
Octal1404512107520764735432
Binary1100000100101101000101111011000011111010011101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602551; }

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

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

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

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

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

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

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

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