Html Css Color HEX #772AAA Royal Purple

📋 copy color: '#772AAA'

red 119 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #772AAA

Tints of Royal Purple #772AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

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

R = 35.95%
G = 12.69%
B = 51.36%

CMYK

 C value IS 0.3

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772AAA (or 0x772AAA) is known color: Royal Purple. HEX triplet: 77, 2A and AA. RGB value is (119,42,170). Sum of RGB (Red+Green+Blue) = 119+42+170=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #772AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AAA is #88D555. Grayscale: #4F4F4F. Windows color (decimal): -8967510 or 11151991. OLE color: 11151991.

HSL color Cylindrical-coordinate representation of color #772AAA: hue angle of 276.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772AAA is Cyan = 0.3, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 42 170 -
CMYK 0.3 0.75 0 0.33
HSL 276.09º 0.6% 0.42% -
HSV(B) 276.09º 0.75% 0.67% -
XYZ 15.69 8.48 38.84 -
YUV 79.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 119 42 170 0.3 0.75 0 0.33 276.09 0.6 0.42
Hex 77 2A AA 1E 4B 0 21 114 3C 2A
Octal 167 52 252 36 113 0 41 424 74 52
Binary 1110111 101010 10101010 11110 1001011 0 100001 100010100 111100 101010

Color Harmonies of #772AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AAA

Black with #772AAA

Text Example


Text Example

White with #772AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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