Shades of Dark Purple #792572
Tints of Dark Purple #792572
RGB
CMYK
RGB Variations
Color information
#792572 (or 0x792572) is known color: Dark Purple. HEX triplet: 79, 25 and 72. RGB value is (121,37,114). Sum of RGB (Red+Green+Blue) = 121+37+114=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #792572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792572 is #86DA8D. Grayscale: #464646. Windows color (decimal): -8837774 or 7480697. OLE color: 7480697.
HSL color Cylindrical-coordinate representation of color #792572: hue angle of 305º 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 #792572 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 37 | 114 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.53 |
| HSL | 305º | 0.53% | 0.31% | - |
| HSV(B) | 305º | 0.69% | 0.47% | - |
| XYZ | 11.58 | 6.6 | 16.58 | - |
| YUV | 70.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 37 | 114 | 0 | 0.69 | 0.06 | 0.53 | 305 | 0.53 | 0.31 |
| Hex | 79 | 25 | 72 | 0 | 45 | 6 | 35 | 131 | 35 | 1F |
| Octal | 171 | 45 | 162 | 0 | 105 | 6 | 65 | 461 | 65 | 37 |
| Binary | 1111001 | 100101 | 1110010 | 0 | 1000101 | 110 | 110101 | 100110001 | 110101 | 11111 |
Color Harmonies of #792572
Complementary color
Monochromatic Colors of #792572
Black with #792572
Text Example
Text Example
White with #792572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792572; }
p { color: rgb(121,37,114); }
H1.HeaderClassName
{
color: #792572;
}
.AnyTagClassName
{
color: #792572;
}
</style>
background-color css
<style>
a { background-color: #792572; }
a { background-color: rgb(121,37,114); }
div.DivClassName
{
background-color: #792572;
}
.BgClassName
{
background-color: #792572;
}
</style>
border-color css
<style>
span { border-color: #792572; }
span { border-color: rgb(121,37,114); }
td.TdClassName
{
border-color: #792572;
}
.TagClassName
{
border-color: #792572;
}
</style>