Shades of Dark Purple #78187B
Tints of Dark Purple #78187B
RGB
CMYK
RGB Variations
Color information
#78187B (or 0x78187B) is known color: Dark Purple. HEX triplet: 78, 18 and 7B. RGB value is (120,24,123). Sum of RGB (Red+Green+Blue) = 120+24+123=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #78187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78187B is #87E784. Grayscale: #3F3F3F. Windows color (decimal): -8906629 or 8067192. OLE color: 8067192.
HSL color Cylindrical-coordinate representation of color #78187B: hue angle of 298.18º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78187B is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 24 | 123 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.52 |
| HSL | 298.18º | 0.67% | 0.29% | - |
| HSV(B) | 298.18º | 0.8% | 0.48% | - |
| XYZ | 11.65 | 6.08 | 19.3 | - |
| YUV | 63.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 123 | 0.02 | 0.80 | 0 | 0.52 | 298.18 | 0.67 | 0.29 |
| Hex | 78 | 18 | 7B | 2 | 50 | 0 | 34 | 12A | 43 | 1D |
| Octal | 170 | 30 | 173 | 2 | 120 | 0 | 64 | 452 | 103 | 35 |
| Binary | 1111000 | 11000 | 1111011 | 10 | 1010000 | 0 | 110100 | 100101010 | 1000011 | 11101 |
Color Harmonies of #78187B
Complementary color
Monochromatic Colors of #78187B
Black with #78187B
Text Example
Text Example
White with #78187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78187B; }
p { color: rgb(120,24,123); }
H1.HeaderClassName
{
color: #78187B;
}
.AnyTagClassName
{
color: #78187B;
}
</style>
background-color css
<style>
a { background-color: #78187B; }
a { background-color: rgb(120,24,123); }
div.DivClassName
{
background-color: #78187B;
}
.BgClassName
{
background-color: #78187B;
}
</style>
border-color css
<style>
span { border-color: #78187B; }
span { border-color: rgb(120,24,123); }
td.TdClassName
{
border-color: #78187B;
}
.TagClassName
{
border-color: #78187B;
}
</style>