#7934AE

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

Shades of Royal Purple #7934AE

Tints of Royal Purple #7934AE

Color information

#7934AE (or 0x7934AE) is unknown color: approx Royal Purple. HEX triplet: 79, 34 and AE. RGB value is (121,52,174). Sum of RGB (Red+Green+Blue) = 121+52+174=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #7934AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934AE is #86CB51. Grayscale: #565656. Windows color (decimal): -8833874 or 11416697. OLE color: 11416697.

HSL color Cylindrical-coordinate representation of color #7934AE: hue angle of 273.93º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7934AE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12152174-
CMYK0.300.7000.32
HSL273.93º53.98%44.31%-
HSV(B)273.93º70.11%68.24%-
XYZ16.759.5841.01-
YUV86.54177.36152.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=34.87%
G=14.99%
B=50.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121521740.300.7000.32273.9353.9844.31
Hex7934AE1E46020112362c
Octal17164256361060404226654
Binary1111001110100101011101111010001100100000100010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7934AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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