#793DA1

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

Shades of Royal Purple #793DA1

Tints of Royal Purple #793DA1

Color information

#793DA1 (or 0x793DA1) is unknown color: approx Royal Purple. HEX triplet: 79, 3D and A1. RGB value is (121,61,161). Sum of RGB (Red+Green+Blue) = 121+61+161=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #793DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DA1 is #86C25E. Grayscale: #5A5A5A. Windows color (decimal): -8831583 or 10567033. OLE color: 10567033.

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

Color convert

RGB12161161-
CMYK0.250.6200.37
HSL276º45.05%43.53%-
HSV(B)276º62.11%63.14%-
XYZ15.999.9834.8-
YUV90.34167.88149.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=35.28%
G=17.78%
B=46.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121611610.250.6200.3727645.0543.53
Hex793DA1193E0251142d2c
Octal1717524131760454245554
Binary111100111110110100001110011111100100101100010100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,161); }

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

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

 a { background-color: rgb(121,61,161); }

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

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

 span { border-color: rgb(121,61,161); }

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