#793B9D

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

Shades of Royal Purple #793B9D

Tints of Royal Purple #793B9D

Color information

#793B9D (or 0x793B9D) is unknown color: approx Royal Purple. HEX triplet: 79, 3B and 9D. RGB value is (121,59,157). Sum of RGB (Red+Green+Blue) = 121+59+157=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #793B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793B9D is #86C462. Grayscale: #585858. Windows color (decimal): -8832099 or 10304377. OLE color: 10304377.

HSL color Cylindrical-coordinate representation of color #793B9D: hue angle of 277.96º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793B9D is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12159157-
CMYK0.230.6200.38
HSL277.96º45.37%42.35%-
HSV(B)277.96º62.42%61.57%-
XYZ15.539.6332.94-
YUV88.71166.54151.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=35.91%
G=17.51%
B=46.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121591570.230.6200.38277.9645.3742.35
Hex793B9D173E0261162d2a
Octal1717323527760464265552
Binary111100111101110011101101111111100100110100010110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,59,157); }

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

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

 a { background-color: rgb(121,59,157); }

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

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

 span { border-color: rgb(121,59,157); }

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