Html Css Color HEX #772EAC Royal Purple

📋 copy color: '#772EAC'

red 119 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #772EAC

Tints of Royal Purple #772EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 35.31%
G = 13.65%
B = 51.04%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#772EAC (or 0x772EAC) is known color: Royal Purple. HEX triplet: 77, 2E and AC. RGB value is (119,46,172). Sum of RGB (Red+Green+Blue) = 119+46+172=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #772EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772EAC is #88D153. Grayscale: #515151. Windows color (decimal): -8966484 or 11284087. OLE color: 11284087.

HSL color Cylindrical-coordinate representation of color #772EAC: hue angle of 274.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772EAC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 46 172 -
CMYK 0.31 0.73 0 0.33
HSL 274.76º 0.58% 0.43% -
HSV(B) 274.76º 0.73% 0.67% -
XYZ 16.03 8.85 39.89 -
YUV 82.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 119 46 172 0.31 0.73 0 0.33 274.76 0.58 0.43
Hex 77 2E AC 1F 49 0 21 113 3A 2B
Octal 167 56 254 37 111 0 41 423 72 53
Binary 1110111 101110 10101100 11111 1001001 0 100001 100010011 111010 101011

Color Harmonies of #772EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772EAC

Black with #772EAC

Text Example


Text Example

White with #772EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,172); }

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

background-color css

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

 a { background-color: rgb(119,46,172); }

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

border-color css

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

 span { border-color: rgb(119,46,172); }

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