Shades of Dark Magenta #78069B
Tints of Dark Magenta #78069B
RGB
CMYK
RGB Variations
Color information
#78069B (or 0x78069B) is known color: Dark Magenta. HEX triplet: 78, 06 and 9B. RGB value is (120,6,155). Sum of RGB (Red+Green+Blue) = 120+6+155=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #78069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78069B is #87F964. Grayscale: #383838. Windows color (decimal): -8911205 or 10159736. OLE color: 10159736.
HSL color Cylindrical-coordinate representation of color #78069B: hue angle of 285.91º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78069B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 6 | 155 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.39 |
| HSL | 285.91º | 0.93% | 0.32% | - |
| HSV(B) | 285.91º | 0.96% | 0.61% | - |
| XYZ | 13.73 | 6.49 | 31.54 | - |
| YUV | 57.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 155 | 0.23 | 0.96 | 0 | 0.39 | 285.91 | 0.93 | 0.32 |
| Hex | 78 | 6 | 9B | 17 | 60 | 0 | 27 | 11E | 5D | 20 |
| Octal | 170 | 6 | 233 | 27 | 140 | 0 | 47 | 436 | 135 | 40 |
| Binary | 1111000 | 110 | 10011011 | 10111 | 1100000 | 0 | 100111 | 100011110 | 1011101 | 100000 |
Color Harmonies of #78069B
Complementary color
Monochromatic Colors of #78069B
Black with #78069B
Text Example
Text Example
White with #78069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78069B; }
p { color: rgb(120,6,155); }
H1.HeaderClassName
{
color: #78069B;
}
.AnyTagClassName
{
color: #78069B;
}
</style>
background-color css
<style>
a { background-color: #78069B; }
a { background-color: rgb(120,6,155); }
div.DivClassName
{
background-color: #78069B;
}
.BgClassName
{
background-color: #78069B;
}
</style>
border-color css
<style>
span { border-color: #78069B; }
span { border-color: rgb(120,6,155); }
td.TdClassName
{
border-color: #78069B;
}
.TagClassName
{
border-color: #78069B;
}
</style>