Shades of Dark Purple #782671
Tints of Dark Purple #782671
RGB
CMYK
RGB Variations
Color information
#782671 (or 0x782671) is known color: Dark Purple. HEX triplet: 78, 26 and 71. RGB value is (120,38,113). Sum of RGB (Red+Green+Blue) = 120+38+113=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #782671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782671 is #87D98E. Grayscale: #464646. Windows color (decimal): -8903055 or 7415416. OLE color: 7415416.
HSL color Cylindrical-coordinate representation of color #782671: hue angle of 305.12º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782671 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 113 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.53 |
| HSL | 305.12º | 0.52% | 0.31% | - |
| HSV(B) | 305.12º | 0.68% | 0.47% | - |
| XYZ | 11.42 | 6.57 | 16.29 | - |
| YUV | 71.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 113 | 0 | 0.68 | 0.06 | 0.53 | 305.12 | 0.52 | 0.31 |
| Hex | 78 | 26 | 71 | 0 | 44 | 6 | 35 | 131 | 34 | 1F |
| Octal | 170 | 46 | 161 | 0 | 104 | 6 | 65 | 461 | 64 | 37 |
| Binary | 1111000 | 100110 | 1110001 | 0 | 1000100 | 110 | 110101 | 100110001 | 110100 | 11111 |
Color Harmonies of #782671
Complementary color
Monochromatic Colors of #782671
Black with #782671
Text Example
Text Example
White with #782671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782671; }
p { color: rgb(120,38,113); }
H1.HeaderClassName
{
color: #782671;
}
.AnyTagClassName
{
color: #782671;
}
</style>
background-color css
<style>
a { background-color: #782671; }
a { background-color: rgb(120,38,113); }
div.DivClassName
{
background-color: #782671;
}
.BgClassName
{
background-color: #782671;
}
</style>
border-color css
<style>
span { border-color: #782671; }
span { border-color: rgb(120,38,113); }
td.TdClassName
{
border-color: #782671;
}
.TagClassName
{
border-color: #782671;
}
</style>