Html Css Color HEX #602999 Royal Purple

📋 copy color: '#602999'

red 96 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #602999

Tints of Royal Purple #602999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

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

R = 33.1%
G = 14.14%
B = 52.76%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#602999 (or 0x602999) is known color: Royal Purple. HEX triplet: 60, 29 and 99. RGB value is (96,41,153). Sum of RGB (Red+Green+Blue) = 96+41+153=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #602999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602999 is #9FD666. Grayscale: #454545. Windows color (decimal): -10475111 or 10037600. OLE color: 10037600.

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

Color convert

RGB 96 41 153 -
CMYK 0.37 0.73 0 0.4
HSL 269.46º 0.58% 0.38% -
HSV(B) 269.46º 0.73% 0.6% -
XYZ 11.37 6.37 30.77 -
YUV 70.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 96 41 153 0.37 0.73 0 0.4 269.46 0.58 0.38
Hex 60 29 99 25 49 0 28 10D 3A 26
Octal 140 51 231 45 111 0 50 415 72 46
Binary 1100000 101001 10011001 100101 1001001 0 101000 100001101 111010 100110

Color Harmonies of #602999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602999

Black with #602999

Text Example


Text Example

White with #602999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602999; }

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

 H1.HeaderClassName
 {
   color: #602999;
 }
 .AnyTagClassName
 {
   color: #602999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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