Shades of Dark Purple #78246C
Tints of Dark Purple #78246C
RGB
CMYK
RGB Variations
Color information
#78246C (or 0x78246C) is known color: Dark Purple. HEX triplet: 78, 24 and 6C. RGB value is (120,36,108). Sum of RGB (Red+Green+Blue) = 120+36+108=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78246C is #87DB93. Grayscale: #454545. Windows color (decimal): -8903572 or 7087224. OLE color: 7087224.
HSL color Cylindrical-coordinate representation of color #78246C: hue angle of 308.57º 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 #78246C is Cyan = 0, Magento = 0.7, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 36 | 108 | - |
| CMYK | 0 | 0.7 | 0.10 | 0.53 |
| HSL | 308.57º | 0.54% | 0.31% | - |
| HSV(B) | 308.57º | 0.7% | 0.47% | - |
| XYZ | 11.08 | 6.34 | 14.83 | - |
| YUV | 69.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 108 | 0 | 0.7 | 0.10 | 0.53 | 308.57 | 0.54 | 0.31 |
| Hex | 78 | 24 | 6C | 0 | 46 | A | 35 | 135 | 36 | 1F |
| Octal | 170 | 44 | 154 | 0 | 106 | 12 | 65 | 465 | 66 | 37 |
| Binary | 1111000 | 100100 | 1101100 | 0 | 1000110 | 1010 | 110101 | 100110101 | 110110 | 11111 |
Color Harmonies of #78246C
Complementary color
Monochromatic Colors of #78246C
Black with #78246C
Text Example
Text Example
White with #78246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78246C; }
p { color: rgb(120,36,108); }
H1.HeaderClassName
{
color: #78246C;
}
.AnyTagClassName
{
color: #78246C;
}
</style>
background-color css
<style>
a { background-color: #78246C; }
a { background-color: rgb(120,36,108); }
div.DivClassName
{
background-color: #78246C;
}
.BgClassName
{
background-color: #78246C;
}
</style>
border-color css
<style>
span { border-color: #78246C; }
span { border-color: rgb(120,36,108); }
td.TdClassName
{
border-color: #78246C;
}
.TagClassName
{
border-color: #78246C;
}
</style>