Html Css Color HEX #7222AA Royal Purple

📋 copy color: '#7222AA'

red 114 ◦ green 34 ◦ blue 170

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

Shades of Royal Purple #7222AA

Tints of Royal Purple #7222AA

RGB

 RED value IS 114 (44.92% from 255) = 35.85%

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 35.85%
G = 10.69%
B = 53.46%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7222AA (or 0x7222AA) is known color: Royal Purple. HEX triplet: 72, 22 and AA. RGB value is (114,34,170). Sum of RGB (Red+Green+Blue) = 114+34+170=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #7222AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7222AA is #8DDD55. Grayscale: #484848. Windows color (decimal): -9297238 or 11149938. OLE color: 11149938.

HSL color Cylindrical-coordinate representation of color #7222AA: hue angle of 275.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7222AA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 34 170 -
CMYK 0.33 0.80 0 0.33
HSL 275.29º 0.67% 0.4% -
HSV(B) 275.29º 0.8% 0.67% -
XYZ 14.77 7.62 38.72 -
YUV 73.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 114 34 170 0.33 0.80 0 0.33 275.29 0.67 0.4
Hex 72 22 AA 21 50 0 21 113 43 28
Octal 162 42 252 41 120 0 41 423 103 50
Binary 1110010 100010 10101010 100001 1010000 0 100001 100010011 1000011 101000

Color Harmonies of #7222AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7222AA

Black with #7222AA

Text Example


Text Example

White with #7222AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7222AA; }

 p { color: rgb(114,34,170); }

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

background-color css

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

 a { background-color: rgb(114,34,170); }

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

border-color css

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

 span { border-color: rgb(114,34,170); }

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