Shades of Dark Purple #781869
Tints of Dark Purple #781869
RGB
CMYK
RGB Variations
Color information
#781869 (or 0x781869) is known color: Dark Purple. HEX triplet: 78, 18 and 69. RGB value is (120,24,105). Sum of RGB (Red+Green+Blue) = 120+24+105=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #781869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781869 is #87E796. Grayscale: #3D3D3D. Windows color (decimal): -8906647 or 6887544. OLE color: 6887544.
HSL color Cylindrical-coordinate representation of color #781869: hue angle of 309.38º 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 #781869 is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 105 | - |
| CMYK | 0 | 0.8 | 0.13 | 0.53 |
| HSL | 309.38º | 0.67% | 0.28% | - |
| HSV(B) | 309.38º | 0.8% | 0.47% | - |
| XYZ | 10.62 | 5.67 | 13.9 | - |
| YUV | 61.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 105 | 0 | 0.8 | 0.13 | 0.53 | 309.38 | 0.67 | 0.28 |
| Hex | 78 | 18 | 69 | 0 | 50 | D | 35 | 135 | 43 | 1C |
| Octal | 170 | 30 | 151 | 0 | 120 | 15 | 65 | 465 | 103 | 34 |
| Binary | 1111000 | 11000 | 1101001 | 0 | 1010000 | 1101 | 110101 | 100110101 | 1000011 | 11100 |
Color Harmonies of #781869
Complementary color
Monochromatic Colors of #781869
Black with #781869
Text Example
Text Example
White with #781869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781869; }
p { color: rgb(120,24,105); }
H1.HeaderClassName
{
color: #781869;
}
.AnyTagClassName
{
color: #781869;
}
</style>
background-color css
<style>
a { background-color: #781869; }
a { background-color: rgb(120,24,105); }
div.DivClassName
{
background-color: #781869;
}
.BgClassName
{
background-color: #781869;
}
</style>
border-color css
<style>
span { border-color: #781869; }
span { border-color: rgb(120,24,105); }
td.TdClassName
{
border-color: #781869;
}
.TagClassName
{
border-color: #781869;
}
</style>