#793AA4

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

Shades of Royal Purple #793AA4

Tints of Royal Purple #793AA4

Color information

#793AA4 (or 0x793AA4) is unknown color: approx Royal Purple. HEX triplet: 79, 3A and A4. RGB value is (121,58,164). Sum of RGB (Red+Green+Blue) = 121+58+164=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #793AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793AA4 is #86C55B. Grayscale: #585858. Windows color (decimal): -8832348 or 10762873. OLE color: 10762873.

HSL color Cylindrical-coordinate representation of color #793AA4: hue angle of 275.66º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793AA4 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12158164-
CMYK0.260.6500.36
HSL275.66º47.75%43.53%-
HSV(B)275.66º64.63%64.31%-
XYZ16.19.7736.16-
YUV88.92170.37150.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 58 (23.05% from 255) = 16.91%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=35.28%
G=16.91%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121581640.260.6500.36275.6647.7543.53
Hex793AA41A41024114302c
Octal17172244321010444246054
Binary1111001111010101001001101010000010100100100010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,58,164); }

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

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

 a { background-color: rgb(121,58,164); }

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

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

 span { border-color: rgb(121,58,164); }

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