Shades of Dark Purple #792475
Tints of Dark Purple #792475
RGB
CMYK
RGB Variations
Color information
#792475 (or 0x792475) is known color: Dark Purple. HEX triplet: 79, 24 and 75. RGB value is (121,36,117). Sum of RGB (Red+Green+Blue) = 121+36+117=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #792475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792475 is #86DB8A. Grayscale: #464646. Windows color (decimal): -8838027 or 7677049. OLE color: 7677049.
HSL color Cylindrical-coordinate representation of color #792475: hue angle of 302.82º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792475 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 117 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.53 |
| HSL | 302.82º | 0.54% | 0.31% | - |
| HSV(B) | 302.82º | 0.7% | 0.47% | - |
| XYZ | 11.73 | 6.61 | 17.49 | - |
| YUV | 70.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 117 | 0 | 0.70 | 0.03 | 0.53 | 302.82 | 0.54 | 0.31 |
| Hex | 79 | 24 | 75 | 0 | 46 | 3 | 35 | 12F | 36 | 1F |
| Octal | 171 | 44 | 165 | 0 | 106 | 3 | 65 | 457 | 66 | 37 |
| Binary | 1111001 | 100100 | 1110101 | 0 | 1000110 | 11 | 110101 | 100101111 | 110110 | 11111 |
Color Harmonies of #792475
Complementary color
Monochromatic Colors of #792475
Black with #792475
Text Example
Text Example
White with #792475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792475; }
p { color: rgb(121,36,117); }
H1.HeaderClassName
{
color: #792475;
}
.AnyTagClassName
{
color: #792475;
}
</style>
background-color css
<style>
a { background-color: #792475; }
a { background-color: rgb(121,36,117); }
div.DivClassName
{
background-color: #792475;
}
.BgClassName
{
background-color: #792475;
}
</style>
border-color css
<style>
span { border-color: #792475; }
span { border-color: rgb(121,36,117); }
td.TdClassName
{
border-color: #792475;
}
.TagClassName
{
border-color: #792475;
}
</style>