Shades of Dark Purple #78257B
Tints of Dark Purple #78257B
RGB
CMYK
RGB Variations
Color information
#78257B (or 0x78257B) is known color: Dark Purple. HEX triplet: 78, 25 and 7B. RGB value is (120,37,123). Sum of RGB (Red+Green+Blue) = 120+37+123=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #78257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78257B is #87DA84. Grayscale: #474747. Windows color (decimal): -8903301 or 8070520. OLE color: 8070520.
HSL color Cylindrical-coordinate representation of color #78257B: hue angle of 297.91º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78257B is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 37 | 123 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.52 |
| HSL | 297.91º | 0.54% | 0.31% | - |
| HSV(B) | 297.91º | 0.7% | 0.48% | - |
| XYZ | 11.98 | 6.75 | 19.41 | - |
| YUV | 71.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 123 | 0.02 | 0.70 | 0 | 0.52 | 297.91 | 0.54 | 0.31 |
| Hex | 78 | 25 | 7B | 2 | 46 | 0 | 34 | 12A | 36 | 1F |
| Octal | 170 | 45 | 173 | 2 | 106 | 0 | 64 | 452 | 66 | 37 |
| Binary | 1111000 | 100101 | 1111011 | 10 | 1000110 | 0 | 110100 | 100101010 | 110110 | 11111 |
Color Harmonies of #78257B
Complementary color
Monochromatic Colors of #78257B
Black with #78257B
Text Example
Text Example
White with #78257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78257B; }
p { color: rgb(120,37,123); }
H1.HeaderClassName
{
color: #78257B;
}
.AnyTagClassName
{
color: #78257B;
}
</style>
background-color css
<style>
a { background-color: #78257B; }
a { background-color: rgb(120,37,123); }
div.DivClassName
{
background-color: #78257B;
}
.BgClassName
{
background-color: #78257B;
}
</style>
border-color css
<style>
span { border-color: #78257B; }
span { border-color: rgb(120,37,123); }
td.TdClassName
{
border-color: #78257B;
}
.TagClassName
{
border-color: #78257B;
}
</style>