Html Css Color HEX #602699 Royal Purple

📋 copy color: '#602699'

red 96 ◦ green 38 ◦ blue 153

#602699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #602699

Tints of Royal Purple #602699

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 value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#602699 (or 0x602699) is known color: 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

RGB 96 38 153 -
CMYK 0.37 0.75 0 0.4
HSL 270.26º 0.6% 0.37% -
HSV(B) 270.26º 0.75% 0.6% -
XYZ 11.27 6.17 30.73 -
YUV 68.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 96 38 153 0.37 0.75 0 0.4 270.26 0.6 0.37
Hex 60 26 99 25 4B 0 28 10E 3C 25
Octal 140 46 231 45 113 0 50 416 74 45
Binary 1100000 100110 10011001 100101 1001011 0 101000 100001110 111100 100101

Color Harmonies of #602699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602699

Black with #602699

Text Example


Text Example

White with #602699

Text Example


Text Example

HTML Codes & Css Web 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>