#602799

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

Shades of Royal Purple #602799

Tints of Royal Purple #602799

Color information

#602799 (or 0x602799) is unknown color: approx Royal Purple. HEX triplet: 60, 27 and 99. RGB value is (96,39,153). Sum of RGB (Red+Green+Blue) = 96+39+153=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #602799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602799 is #9FD866. Grayscale: #444444. Windows color (decimal): -10475623 or 10037088. OLE color: 10037088.

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

Color convert

RGB9639153-
CMYK0.370.7500.4
HSL270º59.38%37.65%-
HSV(B)270º74.51%60%-
XYZ11.36.2430.75-
YUV69.04175.38147.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=33.33%
G=13.54%
B=53.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96391530.370.7500.427059.3837.65
Hex602799254B02810e3b26
Octal14047231451130504167346
Binary11000001001111001100110010110010110101000100001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602799; }

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

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

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

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

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

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

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

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