#772FAE

Color #772FAE Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #772FAE

Tints of Royal Purple #772FAE

Color information

#772FAE (or 0x772FAE) is unknown color: approx 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

RGB11947174-
CMYK0.320.7300.32
HSL274.02º57.47%43.33%-
HSV(B)274.02º72.99%68.24%-
XYZ16.269.0140.93-
YUV83.01179.35153.67-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119471740.320.7300.32274.0257.4743.33
Hex772FAE2049020112392b
Octal16757256401110404227153
Binary11101111011111010111010000010010010100000100010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>