#79157B

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

Shades of Dark Purple #79157B

Tints of Dark Purple #79157B

Color information

#79157B (or 0x79157B) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 7B. RGB value is (121,21,123). Sum of RGB (Red+Green+Blue) = 121+21+123=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #79157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79157B is #86EA84. Grayscale: #3E3E3E. Windows color (decimal): -8841861 or 8066425. OLE color: 8066425.

HSL color Cylindrical-coordinate representation of color #79157B: hue angle of 298.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79157B is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12121123-
CMYK0.020.8300.52
HSL298.82º70.83%28.24%-
HSV(B)298.82º82.93%48.24%-
XYZ11.736.0319.28-
YUV62.53162.13169.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=45.66%
G=7.92%
B=46.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121211230.020.8300.52298.8270.8328.24
Hex79157B25303412b471c
Octal17125173212306445310734
Binary11110011010111110111010100110110100100101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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