#793CA4

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

Shades of Royal Purple #793CA4

Tints of Royal Purple #793CA4

Color information

#793CA4 (or 0x793CA4) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and A4. RGB value is (121,60,164). Sum of RGB (Red+Green+Blue) = 121+60+164=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #793CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CA4 is #86C35B. Grayscale: #595959. Windows color (decimal): -8831836 or 10763385. OLE color: 10763385.

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

Color convert

RGB12160164-
CMYK0.260.6300.36
HSL275.19º46.43%43.92%-
HSV(B)275.19º63.41%64.31%-
XYZ16.29.9836.19-
YUV90.1169.71150.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=35.07%
G=17.39%
B=47.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121601640.260.6300.36275.1946.4343.92
Hex793CA41A3F0241132e2c
Octal1717424432770444235654
Binary111100111110010100100110101111110100100100010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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