Shades of Dark Purple #782670
Tints of Dark Purple #782670
RGB
CMYK
RGB Variations
Color information
#782670 (or 0x782670) is known color: Dark Purple. HEX triplet: 78, 26 and 70. RGB value is (120,38,112). Sum of RGB (Red+Green+Blue) = 120+38+112=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782670 is #87D98F. Grayscale: #464646. Windows color (decimal): -8903056 or 7349880. OLE color: 7349880.
HSL color Cylindrical-coordinate representation of color #782670: hue angle of 305.85º 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 #782670 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 112 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.53 |
| HSL | 305.85º | 0.52% | 0.31% | - |
| HSV(B) | 305.85º | 0.68% | 0.47% | - |
| XYZ | 11.36 | 6.55 | 15.99 | - |
| YUV | 70.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 112 | 0 | 0.68 | 0.07 | 0.53 | 305.85 | 0.52 | 0.31 |
| Hex | 78 | 26 | 70 | 0 | 44 | 7 | 35 | 132 | 34 | 1F |
| Octal | 170 | 46 | 160 | 0 | 104 | 7 | 65 | 462 | 64 | 37 |
| Binary | 1111000 | 100110 | 1110000 | 0 | 1000100 | 111 | 110101 | 100110010 | 110100 | 11111 |
Color Harmonies of #782670
Complementary color
Monochromatic Colors of #782670
Black with #782670
Text Example
Text Example
White with #782670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782670; }
p { color: rgb(120,38,112); }
H1.HeaderClassName
{
color: #782670;
}
.AnyTagClassName
{
color: #782670;
}
</style>
background-color css
<style>
a { background-color: #782670; }
a { background-color: rgb(120,38,112); }
div.DivClassName
{
background-color: #782670;
}
.BgClassName
{
background-color: #782670;
}
</style>
border-color css
<style>
span { border-color: #782670; }
span { border-color: rgb(120,38,112); }
td.TdClassName
{
border-color: #782670;
}
.TagClassName
{
border-color: #782670;
}
</style>