#602563

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

Shades of Palatinate Purple #602563

Tints of Palatinate Purple #602563

Color information

#602563 (or 0x602563) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 63. RGB value is (96,37,99). Sum of RGB (Red+Green+Blue) = 96+37+99=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #602563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602563 is #9FDA9C. Grayscale: #3D3D3D. Windows color (decimal): -10476189 or 6497632. OLE color: 6497632.

HSL color Cylindrical-coordinate representation of color #602563: hue angle of 297.1º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #602563 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB963799-
CMYK0.030.6300.61
HSL297.1º45.59%26.67%-
HSV(B)297.1º62.63%38.82%-
XYZ7.744.7112.31-
YUV61.71149.05152.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=41.38%
G=15.95%
B=42.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9637990.030.6300.61297.145.5926.67
Hex60256333F03D1292e1b
Octal140451433770754515633
Binary1100000100101110001111111111011110110010100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602563; }

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

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

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

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

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

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

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

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