Html Css Color HEX #772FAC Royal Purple

📋 copy color: '#772FAC'

red 119 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #772FAC

Tints of Royal Purple #772FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

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

R = 35.21%
G = 13.91%
B = 50.89%

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

#772FAC (or 0x772FAC) is known color: Royal Purple. HEX triplet: 77, 2F and AC. RGB value is (119,47,172). Sum of RGB (Red+Green+Blue) = 119+47+172=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #772FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FAC is #88D053. Grayscale: #525252. Windows color (decimal): -8966228 or 11284343. OLE color: 11284343.

HSL color Cylindrical-coordinate representation of color #772FAC: hue angle of 274.56º degrees, saturation: 0.57, 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 #772FAC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 47 172 -
CMYK 0.31 0.73 0 0.33
HSL 274.56º 0.57% 0.43% -
HSV(B) 274.56º 0.73% 0.67% -
XYZ 16.07 8.93 39.91 -
YUV 82.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 119 47 172 0.31 0.73 0 0.33 274.56 0.57 0.43
Hex 77 2F AC 1F 49 0 21 113 39 2B
Octal 167 57 254 37 111 0 41 423 71 53
Binary 1110111 101111 10101100 11111 1001001 0 100001 100010011 111001 101011

Color Harmonies of #772FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FAC

Black with #772FAC

Text Example


Text Example

White with #772FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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