#793CAF

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

Shades of Royal Purple #793CAF

Tints of Royal Purple #793CAF

Color information

#793CAF (or 0x793CAF) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and AF. RGB value is (121,60,175). Sum of RGB (Red+Green+Blue) = 121+60+175=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #793CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CAF is #86C350. Grayscale: #5A5A5A. Windows color (decimal): -8831825 or 11484281. OLE color: 11484281.

HSL color Cylindrical-coordinate representation of color #793CAF: hue angle of 271.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793CAF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12160175-
CMYK0.310.6600.31
HSL271.83º48.94%46.08%-
HSV(B)271.83º65.71%68.63%-
XYZ17.2410.3941.65-
YUV91.35175.21149.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 60 (23.83% from 255) = 16.85%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=33.99%
G=16.85%
B=49.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121601750.310.6600.31271.8348.9446.08
Hex793CAF1F4201F110312e
Octal17174257371020374206156
Binary111100111110010101111111111000010011111100010000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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