Html Css Color HEX #772FAE Royal Purple

📋 copy color: '#772FAE'

red 119 ◦ green 47 ◦ blue 174

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

Shades of Royal Purple #772FAE

Tints of Royal Purple #772FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 35%
G = 13.82%
B = 51.18%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#772FAE (or 0x772FAE) is known color: Royal Purple. HEX triplet: 77, 2F and AE. RGB value is (119,47,174). Sum of RGB (Red+Green+Blue) = 119+47+174=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #772FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FAE is #88D051. Grayscale: #525252. Windows color (decimal): -8966226 or 11415415. OLE color: 11415415.

HSL color Cylindrical-coordinate representation of color #772FAE: hue angle of 274.02º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772FAE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 47 174 -
CMYK 0.32 0.73 0 0.32
HSL 274.02º 0.57% 0.43% -
HSV(B) 274.02º 0.73% 0.68% -
XYZ 16.26 9.01 40.93 -
YUV 83.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 119 47 174 0.32 0.73 0 0.32 274.02 0.57 0.43
Hex 77 2F AE 20 49 0 20 112 39 2B
Octal 167 57 256 40 111 0 40 422 71 53
Binary 1110111 101111 10101110 100000 1001001 0 100000 100010010 111001 101011

Color Harmonies of #772FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FAE

Black with #772FAE

Text Example


Text Example

White with #772FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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