#79136B

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

Shades of Dark Purple #79136B

Tints of Dark Purple #79136B

Color information

#79136B (or 0x79136B) is unknown color: approx Dark Purple. HEX triplet: 79, 13 and 6B. RGB value is (121,19,107). Sum of RGB (Red+Green+Blue) = 121+19+107=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #79136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79136B is #86EC94. Grayscale: #3B3B3B. Windows color (decimal): -8842389 or 7017337. OLE color: 7017337.

HSL color Cylindrical-coordinate representation of color #79136B: hue angle of 308.24º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79136B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12119107-
CMYK00.840.120.53
HSL308.24º72.86%27.45%-
HSV(B)308.24º84.3%47.45%-
XYZ10.775.5914.42-
YUV59.53154.79171.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.99%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=48.99%
G=7.69%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211910700.840.120.53308.2472.8627.45
Hex79136B054C35134491b
Octal171231530124146546411133
Binary1111001100111101011010101001100110101100110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79136B; }

 p { color: rgb(121,19,107); }

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

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

 a { background-color: rgb(121,19,107); }

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

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

 span { border-color: rgb(121,19,107); }

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