#7929AE

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

Shades of Royal Purple #7929AE

Tints of Royal Purple #7929AE

Color information

#7929AE (or 0x7929AE) is unknown color: approx Royal Purple. HEX triplet: 79, 29 and AE. RGB value is (121,41,174). Sum of RGB (Red+Green+Blue) = 121+41+174=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7929AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7929AE is #86D651. Grayscale: #4F4F4F. Windows color (decimal): -8836690 or 11413881. OLE color: 11413881.

HSL color Cylindrical-coordinate representation of color #7929AE: hue angle of 276.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7929AE is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12141174-
CMYK0.300.7600.32
HSL276.09º61.86%42.16%-
HSV(B)276.09º76.44%68.24%-
XYZ16.328.7140.86-
YUV80.08181157.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 41 (16.41% from 255) = 12.20%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=36.01%
G=12.20%
B=51.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121411740.300.7600.32276.0961.8642.16
Hex7929AE1E4C0201143e2a
Octal17151256361140404247652
Binary1111001101001101011101111010011000100000100010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7929AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7929AE; }

 p { color: rgb(121,41,174); }

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

<style>
 a { background-color: #7929AE; }

 a { background-color: rgb(121,41,174); }

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

<style>
 span { border-color: #7929AE; }

 span { border-color: rgb(121,41,174); }

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