#7731A2

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

Shades of Royal Purple #7731A2

Tints of Royal Purple #7731A2

Color information

#7731A2 (or 0x7731A2) is unknown color: approx Royal Purple. HEX triplet: 77, 31 and A2. RGB value is (119,49,162). Sum of RGB (Red+Green+Blue) = 119+49+162=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #7731A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731A2 is #88CE5D. Grayscale: #525252. Windows color (decimal): -8965726 or 10629495. OLE color: 10629495.

HSL color Cylindrical-coordinate representation of color #7731A2: hue angle of 277.17º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7731A2 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11949162-
CMYK0.270.7000.36
HSL277.17º53.55%41.37%-
HSV(B)277.17º69.75%63.53%-
XYZ15.238.7335.06-
YUV82.81172.69153.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=36.06%
G=14.85%
B=49.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119491620.270.7000.36277.1753.5541.37
Hex7731A21B460241153629
Octal16761242331060444256651
Binary1110111110001101000101101110001100100100100010101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7731A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7731A2; }

 p { color: rgb(119,49,162); }

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

<style>
 a { background-color: #7731A2; }

 a { background-color: rgb(119,49,162); }

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

<style>
 span { border-color: #7731A2; }

 span { border-color: rgb(119,49,162); }

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