Html Css Color HEX #772CAA Royal Purple

📋 copy color: '#772CAA'

red 119 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #772CAA

Tints of Royal Purple #772CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 35.74%
G = 13.21%
B = 51.05%

CMYK

 C value IS 0.3

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772CAA (or 0x772CAA) is known color: Royal Purple. HEX triplet: 77, 2C and AA. RGB value is (119,44,170). Sum of RGB (Red+Green+Blue) = 119+44+170=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #772CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CAA is #88D355. Grayscale: #505050. Windows color (decimal): -8966998 or 11152503. OLE color: 11152503.

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

Color convert

RGB 119 44 170 -
CMYK 0.3 0.74 0 0.33
HSL 275.71º 0.59% 0.42% -
HSV(B) 275.71º 0.74% 0.67% -
XYZ 15.76 8.63 38.86 -
YUV 80.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 119 44 170 0.3 0.74 0 0.33 275.71 0.59 0.42
Hex 77 2C AA 1E 4A 0 21 114 3B 2A
Octal 167 54 252 36 112 0 41 424 73 52
Binary 1110111 101100 10101010 11110 1001010 0 100001 100010100 111011 101010

Color Harmonies of #772CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CAA

Black with #772CAA

Text Example


Text Example

White with #772CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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