Html Css Color HEX #602B99 Royal Purple

📋 copy color: '#602B99'

red 96 ◦ green 43 ◦ blue 153

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

Shades of Royal Purple #602B99

Tints of Royal Purple #602B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 32.88%
G = 14.73%
B = 52.4%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#602B99 (or 0x602B99) is known color: Royal Purple. HEX triplet: 60, 2B and 99. RGB value is (96,43,153). Sum of RGB (Red+Green+Blue) = 96+43+153=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #602B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B99 is #9FD466. Grayscale: #474747. Windows color (decimal): -10474599 or 10038112. OLE color: 10038112.

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

Color convert

RGB 96 43 153 -
CMYK 0.37 0.72 0 0.4
HSL 268.91º 0.56% 0.38% -
HSV(B) 268.91º 0.72% 0.6% -
XYZ 11.44 6.51 30.79 -
YUV 71.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 96 43 153 0.37 0.72 0 0.4 268.91 0.56 0.38
Hex 60 2B 99 25 48 0 28 10D 38 26
Octal 140 53 231 45 110 0 50 415 70 46
Binary 1100000 101011 10011001 100101 1001000 0 101000 100001101 111000 100110

Color Harmonies of #602B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B99

Black with #602B99

Text Example


Text Example

White with #602B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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