Shades of Dark Purple #781673
Tints of Dark Purple #781673
RGB
CMYK
RGB Variations
Color information
#781673 (or 0x781673) is known color: Dark Purple. HEX triplet: 78, 16 and 73. RGB value is (120,22,115). Sum of RGB (Red+Green+Blue) = 120+22+115=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781673 is #87E98C. Grayscale: #3D3D3D. Windows color (decimal): -8907149 or 7542392. OLE color: 7542392.
HSL color Cylindrical-coordinate representation of color #781673: hue angle of 303.06º 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 #781673 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 115 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.53 |
| HSL | 303.06º | 0.69% | 0.28% | - |
| HSV(B) | 303.06º | 0.82% | 0.47% | - |
| XYZ | 11.13 | 5.8 | 16.75 | - |
| YUV | 61.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 115 | 0 | 0.82 | 0.04 | 0.53 | 303.06 | 0.69 | 0.28 |
| Hex | 78 | 16 | 73 | 0 | 52 | 4 | 35 | 12F | 45 | 1C |
| Octal | 170 | 26 | 163 | 0 | 122 | 4 | 65 | 457 | 105 | 34 |
| Binary | 1111000 | 10110 | 1110011 | 0 | 1010010 | 100 | 110101 | 100101111 | 1000101 | 11100 |
Color Harmonies of #781673
Complementary color
Monochromatic Colors of #781673
Black with #781673
Text Example
Text Example
White with #781673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781673; }
p { color: rgb(120,22,115); }
H1.HeaderClassName
{
color: #781673;
}
.AnyTagClassName
{
color: #781673;
}
</style>
background-color css
<style>
a { background-color: #781673; }
a { background-color: rgb(120,22,115); }
div.DivClassName
{
background-color: #781673;
}
.BgClassName
{
background-color: #781673;
}
</style>
border-color css
<style>
span { border-color: #781673; }
span { border-color: rgb(120,22,115); }
td.TdClassName
{
border-color: #781673;
}
.TagClassName
{
border-color: #781673;
}
</style>