Shades of Dark Purple #79256B
Tints of Dark Purple #79256B
RGB
CMYK
RGB Variations
Color information
#79256B (or 0x79256B) is known color: Dark Purple. HEX triplet: 79, 25 and 6B. RGB value is (121,37,107). Sum of RGB (Red+Green+Blue) = 121+37+107=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79256B is #86DA94. Grayscale: #454545. Windows color (decimal): -8837781 or 7021945. OLE color: 7021945.
HSL color Cylindrical-coordinate representation of color #79256B: hue angle of 310º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79256B is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 37 | 107 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.53 |
| HSL | 310º | 0.53% | 0.31% | - |
| HSV(B) | 310º | 0.69% | 0.47% | - |
| XYZ | 11.2 | 6.45 | 14.56 | - |
| YUV | 70.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 37 | 107 | 0 | 0.69 | 0.12 | 0.53 | 310 | 0.53 | 0.31 |
| Hex | 79 | 25 | 6B | 0 | 45 | C | 35 | 136 | 35 | 1F |
| Octal | 171 | 45 | 153 | 0 | 105 | 14 | 65 | 466 | 65 | 37 |
| Binary | 1111001 | 100101 | 1101011 | 0 | 1000101 | 1100 | 110101 | 100110110 | 110101 | 11111 |
Color Harmonies of #79256B
Complementary color
Monochromatic Colors of #79256B
Black with #79256B
Text Example
Text Example
White with #79256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79256B; }
p { color: rgb(121,37,107); }
H1.HeaderClassName
{
color: #79256B;
}
.AnyTagClassName
{
color: #79256B;
}
</style>
background-color css
<style>
a { background-color: #79256B; }
a { background-color: rgb(121,37,107); }
div.DivClassName
{
background-color: #79256B;
}
.BgClassName
{
background-color: #79256B;
}
</style>
border-color css
<style>
span { border-color: #79256B; }
span { border-color: rgb(121,37,107); }
td.TdClassName
{
border-color: #79256B;
}
.TagClassName
{
border-color: #79256B;
}
</style>