Shades of Dark Purple #781675
Tints of Dark Purple #781675
RGB
CMYK
RGB Variations
Color information
#781675 (or 0x781675) is known color: Dark Purple. HEX triplet: 78, 16 and 75. RGB value is (120,22,117). Sum of RGB (Red+Green+Blue) = 120+22+117=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781675 is #87E98A. Grayscale: #3D3D3D. Windows color (decimal): -8907147 or 7673464. OLE color: 7673464.
HSL color Cylindrical-coordinate representation of color #781675: hue angle of 301.84º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781675 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 117 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.53 |
| HSL | 301.84º | 0.69% | 0.28% | - |
| HSV(B) | 301.84º | 0.82% | 0.47% | - |
| XYZ | 11.24 | 5.85 | 17.37 | - |
| YUV | 62.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 117 | 0 | 0.82 | 0.02 | 0.53 | 301.84 | 0.69 | 0.28 |
| Hex | 78 | 16 | 75 | 0 | 52 | 2 | 35 | 12E | 45 | 1C |
| Octal | 170 | 26 | 165 | 0 | 122 | 2 | 65 | 456 | 105 | 34 |
| Binary | 1111000 | 10110 | 1110101 | 0 | 1010010 | 10 | 110101 | 100101110 | 1000101 | 11100 |
Color Harmonies of #781675
Complementary color
Monochromatic Colors of #781675
Black with #781675
Text Example
Text Example
White with #781675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781675; }
p { color: rgb(120,22,117); }
H1.HeaderClassName
{
color: #781675;
}
.AnyTagClassName
{
color: #781675;
}
</style>
background-color css
<style>
a { background-color: #781675; }
a { background-color: rgb(120,22,117); }
div.DivClassName
{
background-color: #781675;
}
.BgClassName
{
background-color: #781675;
}
</style>
border-color css
<style>
span { border-color: #781675; }
span { border-color: rgb(120,22,117); }
td.TdClassName
{
border-color: #781675;
}
.TagClassName
{
border-color: #781675;
}
</style>