#791973

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

Shades of Dark Purple #791973

Tints of Dark Purple #791973

Color information

#791973 (or 0x791973) is unknown color: approx Dark Purple. HEX triplet: 79, 19 and 73. RGB value is (121,25,115). Sum of RGB (Red+Green+Blue) = 121+25+115=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #791973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791973 is #86E68C. Grayscale: #3F3F3F. Windows color (decimal): -8840845 or 7543161. OLE color: 7543161.

HSL color Cylindrical-coordinate representation of color #791973: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791973 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12125115-
CMYK00.790.050.53
HSL303.75º65.75%28.63%-
HSV(B)303.75º79.34%47.45%-
XYZ11.33616.78-
YUV63.96156.8168.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=46.36%
G=9.58%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212511500.790.050.53303.7565.7528.63
Hex79197304F535130421d
Octal17131163011756546010235
Binary111100111001111001101001111101110101100110000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791973; }

 p { color: rgb(121,25,115); }

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

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

 a { background-color: rgb(121,25,115); }

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

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

 span { border-color: rgb(121,25,115); }

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