#793CAE

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

Shades of Royal Purple #793CAE

Tints of Royal Purple #793CAE

Color information

#793CAE (or 0x793CAE) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and AE. RGB value is (121,60,174). Sum of RGB (Red+Green+Blue) = 121+60+174=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #793CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CAE is #86C351. Grayscale: #5A5A5A. Windows color (decimal): -8831826 or 11418745. OLE color: 11418745.

HSL color Cylindrical-coordinate representation of color #793CAE: hue angle of 272.11º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793CAE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12160174-
CMYK0.300.6600.32
HSL272.11º48.72%45.88%-
HSV(B)272.11º65.52%68.24%-
XYZ17.1410.3541.14-
YUV91.24174.71149.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=34.08%
G=16.90%
B=49.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121601740.300.6600.32272.1148.7245.88
Hex793CAE1E42020110312e
Octal17174256361020404206156
Binary1111001111100101011101111010000100100000100010000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793CAE; }

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

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

<style>
 a { background-color: #793CAE; }

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

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

<style>
 span { border-color: #793CAE; }

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

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