Html Css Color HEX #602799 Royal Purple

📋 copy color: '#602799'

red 96 ◦ green 39 ◦ blue 153

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

Shades of Royal Purple #602799

Tints of Royal Purple #602799

RGB

 RED value IS 96 (37.89% from 255) = 33.33%

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 33.33%
G = 13.54%
B = 53.13%

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

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

RGB 96 39 153 -
CMYK 0.37 0.75 0 0.4
HSL 270º 0.59% 0.38% -
HSV(B) 270º 0.75% 0.6% -
XYZ 11.3 6.24 30.75 -
YUV 69.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 96 39 153 0.37 0.75 0 0.4 270 0.59 0.38
Hex 60 27 99 25 4B 0 28 10E 3B 26
Octal 140 47 231 45 113 0 50 416 73 46
Binary 1100000 100111 10011001 100101 1001011 0 101000 100001110 111011 100110

Color Harmonies of #602799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602799

Black with #602799

Text Example


Text Example

White with #602799

Text Example


Text Example

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