#793CA9

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

Shades of Royal Purple #793CA9

Tints of Royal Purple #793CA9

Color information

#793CA9 (or 0x793CA9) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and A9. RGB value is (121,60,169). Sum of RGB (Red+Green+Blue) = 121+60+169=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #793CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CA9 is #86C356. Grayscale: #5A5A5A. Windows color (decimal): -8831831 or 11091065. OLE color: 11091065.

HSL color Cylindrical-coordinate representation of color #793CA9: hue angle of 273.58º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #793CA9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12160169-
CMYK0.280.6400.34
HSL273.58º47.6%44.9%-
HSV(B)273.58º64.5%66.27%-
XYZ16.6610.1638.62-
YUV90.66172.21149.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 60 (23.83% from 255) = 17.14%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=34.57%
G=17.14%
B=48.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121601690.280.6400.34273.5847.644.9
Hex793CA91C40022112302d
Octal17174251341000424226055
Binary1111001111100101010011110010000000100010100010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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