#791566

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

Shades of Dark Purple #791566

Tints of Dark Purple #791566

Color information

#791566 (or 0x791566) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 66. RGB value is (121,21,102). Sum of RGB (Red+Green+Blue) = 121+21+102=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #791566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791566 is #86EA99. Grayscale: #3B3B3B. Windows color (decimal): -8841882 or 6690169. OLE color: 6690169.

HSL color Cylindrical-coordinate representation of color #791566: hue angle of 311.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791566 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12121102-
CMYK00.830.160.53
HSL311.4º70.42%27.84%-
HSV(B)311.4º82.64%47.45%-
XYZ10.555.5613.09-
YUV60.13151.63171.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=49.59%
G=8.61%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212110200.830.160.53311.470.4227.84
Hex7915660531035137461c
Octal171251460123206546710634
Binary11110011010111001100101001110000110101100110111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791566; }

 p { color: rgb(121,21,102); }

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

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

 a { background-color: rgb(121,21,102); }

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

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

 span { border-color: rgb(121,21,102); }

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