Html Css Color HEX #7622AA Royal Purple

📋 copy color: '#7622AA'

red 118 ◦ green 34 ◦ blue 170

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

Shades of Royal Purple #7622AA

Tints of Royal Purple #7622AA

RGB

 RED value IS 118 (46.48% from 255) = 36.65%

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

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

R = 36.65%
G = 10.56%
B = 52.8%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7622AA (or 0x7622AA) is known color: Royal Purple. HEX triplet: 76, 22 and AA. RGB value is (118,34,170). Sum of RGB (Red+Green+Blue) = 118+34+170=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #7622AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7622AA is #89DD55. Grayscale: #4A4A4A. Windows color (decimal): -9035094 or 11149942. OLE color: 11149942.

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

Color convert

RGB 118 34 170 -
CMYK 0.31 0.80 0 0.33
HSL 277.06º 0.67% 0.4% -
HSV(B) 277.06º 0.8% 0.67% -
XYZ 15.3 7.9 38.75 -
YUV 74.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 118 34 170 0.31 0.80 0 0.33 277.06 0.67 0.4
Hex 76 22 AA 1F 50 0 21 115 43 28
Octal 166 42 252 37 120 0 41 425 103 50
Binary 1110110 100010 10101010 11111 1010000 0 100001 100010101 1000011 101000

Color Harmonies of #7622AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7622AA

Black with #7622AA

Text Example


Text Example

White with #7622AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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