#7933ae

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

Shades of Royal Purple #7933AE

Tints of Royal Purple #7933AE

Color information

#7933AE (or 0x7933AE) is unknown color: approx Royal Purple. HEX triplet: 79, 33 and AE. RGB value is (121,51,174). Sum of RGB (Red+Green+Blue) = 121+51+174=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #7933AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7933AE is #86CC51. Grayscale: #555555. Windows color (decimal): -8834130 or 11416441. OLE color: 11416441.

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

Color convert

RGB12151174-
CMYK0.300.7100.32
HSL274.15º54.67%44.12%-
HSV(B)274.15º70.69%68.24%-
XYZ16.719.4941-
YUV85.95177.69153-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=34.97%
G=14.74%
B=50.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121511740.300.7100.32274.1554.6744.12
Hex7933AE1E47020112372c
Octal17163256361070404226754
Binary1111001110011101011101111010001110100000100010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7933ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7933ae; }

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

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

<style>
 a { background-color: #7933ae; }

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

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

<style>
 span { border-color: #7933ae; }

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

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