#602063

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

Shades of Palatinate Purple #602063

Tints of Palatinate Purple #602063

Color information

#602063 (or 0x602063) is unknown color: approx Palatinate Purple. HEX triplet: 60, 20 and 63. RGB value is (96,32,99). Sum of RGB (Red+Green+Blue) = 96+32+99=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #602063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602063 is #9FDF9C. Grayscale: #3A3A3A. Windows color (decimal): -10477469 or 6496352. OLE color: 6496352.

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

Color convert

RGB963299-
CMYK0.030.6800.61
HSL297.31º51.15%25.69%-
HSV(B)297.31º67.68%38.82%-
XYZ7.594.4212.26-
YUV58.77150.7154.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=42.29%
G=14.10%
B=43.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9632990.030.6800.61297.3151.1525.69
Hex60206334403D129331a
Octal1404014331040754516332
Binary11000001000001100011111000100011110110010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602063; }

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

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

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

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

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

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

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

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