Html Css Color HEX #7722AA Royal Purple

📋 copy color: '#7722AA'

red 119 ◦ green 34 ◦ blue 170

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

Shades of Royal Purple #7722AA

Tints of Royal Purple #7722AA

RGB

 RED value IS 119 (46.88% from 255) = 36.84%

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

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

R = 36.84%
G = 10.53%
B = 52.63%

CMYK

 C value IS 0.3

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7722AA (or 0x7722AA) is known color: Royal Purple. HEX triplet: 77, 22 and AA. RGB value is (119,34,170). Sum of RGB (Red+Green+Blue) = 119+34+170=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7722AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7722AA is #88DD55. Grayscale: #4A4A4A. Windows color (decimal): -8969558 or 11149943. OLE color: 11149943.

HSL color Cylindrical-coordinate representation of color #7722AA: hue angle of 277.5º 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 #7722AA is Cyan = 0.3, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 34 170 -
CMYK 0.3 0.80 0 0.33
HSL 277.5º 0.67% 0.4% -
HSV(B) 277.5º 0.8% 0.67% -
XYZ 15.44 7.97 38.75 -
YUV 74.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 119 34 170 0.3 0.80 0 0.33 277.5 0.67 0.4
Hex 77 22 AA 1E 50 0 21 116 43 28
Octal 167 42 252 36 120 0 41 426 103 50
Binary 1110111 100010 10101010 11110 1010000 0 100001 100010110 1000011 101000

Color Harmonies of #7722AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7722AA

Black with #7722AA

Text Example


Text Example

White with #7722AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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