#602599

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

Shades of Royal Purple #602599

Tints of Royal Purple #602599

Color information

#602599 (or 0x602599) is unknown color: approx Royal Purple. HEX triplet: 60, 25 and 99. RGB value is (96,37,153). Sum of RGB (Red+Green+Blue) = 96+37+153=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #602599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602599 is #9FDA66. Grayscale: #434343. Windows color (decimal): -10476135 or 10036576. OLE color: 10036576.

HSL color Cylindrical-coordinate representation of color #602599: hue angle of 270.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602599 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9637153-
CMYK0.370.7600.4
HSL270.52º61.05%37.25%-
HSV(B)270.52º75.82%60%-
XYZ11.246.1130.72-
YUV67.87176.05148.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=33.57%
G=12.94%
B=53.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96371530.370.7600.4270.5261.0537.25
Hex602599254C02810f3d25
Octal14045231451140504177545
Binary11000001001011001100110010110011000101000100001111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602599; }

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

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

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

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

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

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

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

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