#772EAB

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

Shades of Royal Purple #772EAB

Tints of Royal Purple #772EAB

Color information

#772EAB (or 0x772EAB) is unknown color: approx Royal Purple. HEX triplet: 77, 2E and AB. RGB value is (119,46,171). Sum of RGB (Red+Green+Blue) = 119+46+171=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #772EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772EAB is #88D154. Grayscale: #515151. Windows color (decimal): -8966485 or 11218551. OLE color: 11218551.

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

Color convert

RGB11946171-
CMYK0.300.7300.33
HSL275.04º57.6%42.55%-
HSV(B)275.04º73.1%67.06%-
XYZ15.948.8239.39-
YUV82.08178.18154.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=35.42%
G=13.69%
B=50.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119461710.300.7300.33275.0457.642.55
Hex772EAB1E490211133a2b
Octal16756253361110414237253
Binary1110111101110101010111111010010010100001100010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #772EAB;
 }
 .AnyTagClassName
 {
   color: #772EAB;
 }
</style>
background-color css

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

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

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

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

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

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