Shades of Dark Purple #79266D
Tints of Dark Purple #79266D
RGB
CMYK
RGB Variations
Color information
#79266D (or 0x79266D) is known color: Dark Purple. HEX triplet: 79, 26 and 6D. RGB value is (121,38,109). Sum of RGB (Red+Green+Blue) = 121+38+109=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79266D is #86D992. Grayscale: #464646. Windows color (decimal): -8837523 or 7153273. OLE color: 7153273.
HSL color Cylindrical-coordinate representation of color #79266D: hue angle of 308.67º degrees, saturation: 0.52, 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 #79266D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 38 | 109 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.53 |
| HSL | 308.67º | 0.52% | 0.31% | - |
| HSV(B) | 308.67º | 0.69% | 0.47% | - |
| XYZ | 11.34 | 6.56 | 15.14 | - |
| YUV | 70.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 38 | 109 | 0 | 0.69 | 0.10 | 0.53 | 308.67 | 0.52 | 0.31 |
| Hex | 79 | 26 | 6D | 0 | 45 | A | 35 | 135 | 34 | 1F |
| Octal | 171 | 46 | 155 | 0 | 105 | 12 | 65 | 465 | 64 | 37 |
| Binary | 1111001 | 100110 | 1101101 | 0 | 1000101 | 1010 | 110101 | 100110101 | 110100 | 11111 |
Color Harmonies of #79266D
Complementary color
Monochromatic Colors of #79266D
Black with #79266D
Text Example
Text Example
White with #79266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79266D; }
p { color: rgb(121,38,109); }
H1.HeaderClassName
{
color: #79266D;
}
.AnyTagClassName
{
color: #79266D;
}
</style>
background-color css
<style>
a { background-color: #79266D; }
a { background-color: rgb(121,38,109); }
div.DivClassName
{
background-color: #79266D;
}
.BgClassName
{
background-color: #79266D;
}
</style>
border-color css
<style>
span { border-color: #79266D; }
span { border-color: rgb(121,38,109); }
td.TdClassName
{
border-color: #79266D;
}
.TagClassName
{
border-color: #79266D;
}
</style>