Shades of Dark Purple #781875
Tints of Dark Purple #781875
RGB
CMYK
RGB Variations
Color information
#781875 (or 0x781875) is known color: Dark Purple. HEX triplet: 78, 18 and 75. RGB value is (120,24,117). Sum of RGB (Red+Green+Blue) = 120+24+117=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #781875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781875 is #87E78A. Grayscale: #3F3F3F. Windows color (decimal): -8906635 or 7673976. OLE color: 7673976.
HSL color Cylindrical-coordinate representation of color #781875: hue angle of 301.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781875 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 117 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.53 |
| HSL | 301.88º | 0.67% | 0.28% | - |
| HSV(B) | 301.88º | 0.8% | 0.47% | - |
| XYZ | 11.28 | 5.93 | 17.38 | - |
| YUV | 63.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 117 | 0 | 0.8 | 0.02 | 0.53 | 301.88 | 0.67 | 0.28 |
| Hex | 78 | 18 | 75 | 0 | 50 | 2 | 35 | 12E | 43 | 1C |
| Octal | 170 | 30 | 165 | 0 | 120 | 2 | 65 | 456 | 103 | 34 |
| Binary | 1111000 | 11000 | 1110101 | 0 | 1010000 | 10 | 110101 | 100101110 | 1000011 | 11100 |
Color Harmonies of #781875
Complementary color
Monochromatic Colors of #781875
Black with #781875
Text Example
Text Example
White with #781875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781875; }
p { color: rgb(120,24,117); }
H1.HeaderClassName
{
color: #781875;
}
.AnyTagClassName
{
color: #781875;
}
</style>
background-color css
<style>
a { background-color: #781875; }
a { background-color: rgb(120,24,117); }
div.DivClassName
{
background-color: #781875;
}
.BgClassName
{
background-color: #781875;
}
</style>
border-color css
<style>
span { border-color: #781875; }
span { border-color: rgb(120,24,117); }
td.TdClassName
{
border-color: #781875;
}
.TagClassName
{
border-color: #781875;
}
</style>