#7731AA

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

Shades of Royal Purple #7731AA

Tints of Royal Purple #7731AA

Color information

#7731AA (or 0x7731AA) is unknown color: approx Royal Purple. HEX triplet: 77, 31 and AA. RGB value is (119,49,170). Sum of RGB (Red+Green+Blue) = 119+49+170=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7731AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731AA is #88CE55. Grayscale: #535353. Windows color (decimal): -8965718 or 11153783. OLE color: 11153783.

HSL color Cylindrical-coordinate representation of color #7731AA: hue angle of 274.71º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7731AA is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11949170-
CMYK0.30.7100.33
HSL274.71º55.25%42.94%-
HSV(B)274.71º71.18%66.67%-
XYZ15.969.0238.93-
YUV83.72176.69153.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=35.21%
G=14.50%
B=50.30%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119491700.30.7100.33274.7155.2542.94
Hex7731AA1E47021113372b
Octal16761252361070414236753
Binary1110111110001101010101111010001110100001100010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7731AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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