Shades of Dark Purple #79287A
Tints of Dark Purple #79287A
RGB
CMYK
RGB Variations
Color information
#79287A (or 0x79287A) is known color: Dark Purple. HEX triplet: 79, 28 and 7A. RGB value is (121,40,122). Sum of RGB (Red+Green+Blue) = 121+40+122=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #79287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79287A is #86D785. Grayscale: #494949. Windows color (decimal): -8836998 or 8005753. OLE color: 8005753.
HSL color Cylindrical-coordinate representation of color #79287A: hue angle of 299.27º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79287A is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 40 | 122 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.52 |
| HSL | 299.27º | 0.51% | 0.32% | - |
| HSV(B) | 299.27º | 0.67% | 0.48% | - |
| XYZ | 12.16 | 6.99 | 19.12 | - |
| YUV | 73.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 122 | 0.01 | 0.67 | 0 | 0.52 | 299.27 | 0.51 | 0.32 |
| Hex | 79 | 28 | 7A | 1 | 43 | 0 | 34 | 12B | 33 | 20 |
| Octal | 171 | 50 | 172 | 1 | 103 | 0 | 64 | 453 | 63 | 40 |
| Binary | 1111001 | 101000 | 1111010 | 1 | 1000011 | 0 | 110100 | 100101011 | 110011 | 100000 |
Color Harmonies of #79287A
Complementary color
Monochromatic Colors of #79287A
Black with #79287A
Text Example
Text Example
White with #79287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79287A; }
p { color: rgb(121,40,122); }
H1.HeaderClassName
{
color: #79287A;
}
.AnyTagClassName
{
color: #79287A;
}
</style>
background-color css
<style>
a { background-color: #79287A; }
a { background-color: rgb(121,40,122); }
div.DivClassName
{
background-color: #79287A;
}
.BgClassName
{
background-color: #79287A;
}
</style>
border-color css
<style>
span { border-color: #79287A; }
span { border-color: rgb(121,40,122); }
td.TdClassName
{
border-color: #79287A;
}
.TagClassName
{
border-color: #79287A;
}
</style>