#772EAF

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

Shades of Royal Purple #772EAF

Tints of Royal Purple #772EAF

Color information

#772EAF (or 0x772EAF) is unknown color: approx Royal Purple. HEX triplet: 77, 2E and AF. RGB value is (119,46,175). Sum of RGB (Red+Green+Blue) = 119+46+175=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #772EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772EAF is #88D150. Grayscale: #525252. Windows color (decimal): -8966481 or 11480695. OLE color: 11480695.

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

Color convert

RGB11946175-
CMYK0.320.7400.31
HSL273.95º58.37%43.33%-
HSV(B)273.95º73.71%68.63%-
XYZ16.328.9741.43-
YUV82.53180.18154.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=35%
G=13.53%
B=51.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119461750.320.7400.31273.9558.3743.33
Hex772EAF204A01F1123a2b
Octal16756257401120374227253
Binary1110111101110101011111000001001010011111100010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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