#602699

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

Shades of Royal Purple #602699

Tints of Royal Purple #602699

Color information

#602699 (or 0x602699) is unknown color: approx Royal Purple. HEX triplet: 60, 26 and 99. RGB value is (96,38,153). Sum of RGB (Red+Green+Blue) = 96+38+153=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #602699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602699 is #9FD966. Grayscale: #444444. Windows color (decimal): -10475879 or 10036832. OLE color: 10036832.

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

Color convert

RGB9638153-
CMYK0.370.7500.4
HSL270.26º60.21%37.45%-
HSV(B)270.26º75.16%60%-
XYZ11.276.1730.73-
YUV68.45175.72147.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=33.45%
G=13.24%
B=53.31%

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
Decimal96381530.370.7500.4270.2660.2137.45
Hex602699254B02810e3c25
Octal14046231451130504167445
Binary11000001001101001100110010110010110101000100001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602699; }

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

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

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

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

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

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

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

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