#791565

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

Shades of Dark Purple #791565

Tints of Dark Purple #791565

Color information

#791565 (or 0x791565) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 65. RGB value is (121,21,101). Sum of RGB (Red+Green+Blue) = 121+21+101=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #791565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791565 is #86EA9A. Grayscale: #3B3B3B. Windows color (decimal): -8841883 or 6624633. OLE color: 6624633.

HSL color Cylindrical-coordinate representation of color #791565: hue angle of 312º 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 #791565 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12121101-
CMYK00.830.170.53
HSL312º70.42%27.84%-
HSV(B)312º82.64%47.45%-
XYZ10.55.5412.83-
YUV60.02151.13171.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=49.79%
G=8.64%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212110100.830.170.5331270.4227.84
Hex7915650531135138461c
Octal171251450123216547010634
Binary11110011010111001010101001110001110101100111000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791565; }

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

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

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

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

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

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

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

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