#7931AA

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

Shades of Royal Purple #7931AA

Tints of Royal Purple #7931AA

Color information

#7931AA (or 0x7931AA) is unknown color: approx Royal Purple. HEX triplet: 79, 31 and AA. RGB value is (121,49,170). Sum of RGB (Red+Green+Blue) = 121+49+170=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #7931AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7931AA is #86CE55. Grayscale: #535353. Windows color (decimal): -8834646 or 11153785. OLE color: 11153785.

HSL color Cylindrical-coordinate representation of color #7931AA: hue angle of 275.7º 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 #7931AA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12149170-
CMYK0.290.7100.33
HSL275.7º55.25%42.94%-
HSV(B)275.7º71.18%66.67%-
XYZ16.249.1638.94-
YUV84.32176.35154.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 49 (19.53% from 255) = 14.41%
BLUE value IS 170 (66.80% from 255) = 50%
R=35.59%
G=14.41%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121491700.290.7100.33275.755.2542.94
Hex7931AA1D47021114372b
Octal17161252351070414246753
Binary1111001110001101010101110110001110100001100010100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7931AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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