Html Css Color HEX #602299 Royal Purple

📋 copy color: '#602299'

red 96 ◦ green 34 ◦ blue 153

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

Shades of Royal Purple #602299

Tints of Royal Purple #602299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 33.92%
G = 12.01%
B = 54.06%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#602299 (or 0x602299) is known color: Royal Purple. HEX triplet: 60, 22 and 99. RGB value is (96,34,153). Sum of RGB (Red+Green+Blue) = 96+34+153=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #602299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602299 is #9FDD66. Grayscale: #414141. Windows color (decimal): -10476903 or 10035808. OLE color: 10035808.

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

Color convert

RGB 96 34 153 -
CMYK 0.37 0.78 0 0.4
HSL 271.26º 0.64% 0.37% -
HSV(B) 271.26º 0.78% 0.6% -
XYZ 11.15 5.93 30.69 -
YUV 66.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 96 34 153 0.37 0.78 0 0.4 271.26 0.64 0.37
Hex 60 22 99 25 4E 0 28 10F 40 25
Octal 140 42 231 45 116 0 50 417 100 45
Binary 1100000 100010 10011001 100101 1001110 0 101000 100001111 1000000 100101

Color Harmonies of #602299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602299

Black with #602299

Text Example


Text Example

White with #602299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602299; }

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

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

background-color css

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

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

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

border-color css

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

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

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