#793CA0

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

Shades of Royal Purple #793CA0

Tints of Royal Purple #793CA0

Color information

#793CA0 (or 0x793CA0) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and A0. RGB value is (121,60,160). Sum of RGB (Red+Green+Blue) = 121+60+160=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #793CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CA0 is #86C35F. Grayscale: #595959. Windows color (decimal): -8831840 or 10501241. OLE color: 10501241.

HSL color Cylindrical-coordinate representation of color #793CA0: hue angle of 276.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793CA0 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12160160-
CMYK0.240.6200.37
HSL276.6º45.45%43.14%-
HSV(B)276.6º62.5%62.75%-
XYZ15.859.8334.32-
YUV89.64167.71150.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=35.48%
G=17.60%
B=46.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121601600.240.6200.37276.645.4543.14
Hex793CA0183E0251152d2b
Octal1717424030760454255553
Binary111100111110010100000110001111100100101100010101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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