#793CAA

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

Shades of Royal Purple #793CAA

Tints of Royal Purple #793CAA

Color information

#793CAA (or 0x793CAA) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and AA. RGB value is (121,60,170). Sum of RGB (Red+Green+Blue) = 121+60+170=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #793CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CAA is #86C355. Grayscale: #5A5A5A. Windows color (decimal): -8831830 or 11156601. OLE color: 11156601.

HSL color Cylindrical-coordinate representation of color #793CAA: hue angle of 273.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793CAA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12160170-
CMYK0.290.6500.33
HSL273.27º47.83%45.1%-
HSV(B)273.27º64.71%66.67%-
XYZ16.7610.239.12-
YUV90.78172.71149.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=34.47%
G=17.09%
B=48.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121601700.290.6500.33273.2747.8345.1
Hex793CAA1D41021111302d
Octal17174252351010414216055
Binary1111001111100101010101110110000010100001100010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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