#793CAB

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

Shades of Royal Purple #793CAB

Tints of Royal Purple #793CAB

Color information

#793CAB (or 0x793CAB) is unknown color: approx Royal Purple. HEX triplet: 79, 3C and AB. RGB value is (121,60,171). Sum of RGB (Red+Green+Blue) = 121+60+171=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #793CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793CAB is #86C354. Grayscale: #5A5A5A. Windows color (decimal): -8831829 or 11222137. OLE color: 11222137.

HSL color Cylindrical-coordinate representation of color #793CAB: hue angle of 272.97º 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 #793CAB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12160171-
CMYK0.290.6500.33
HSL272.97º48.05%45.29%-
HSV(B)272.97º64.91%67.06%-
XYZ16.8510.2439.62-
YUV90.89173.21149.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 60 (23.83% from 255) = 17.05%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=34.38%
G=17.05%
B=48.58%

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
Decimal121601710.290.6500.33272.9748.0545.29
Hex793CAB1D41021111302d
Octal17174253351010414216055
Binary1111001111100101010111110110000010100001100010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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