Shades of Dark Purple #782B70
Tints of Dark Purple #782B70
RGB
CMYK
RGB Variations
Color information
#782B70 (or 0x782B70) is known color: Dark Purple. HEX triplet: 78, 2B and 70. RGB value is (120,43,112). Sum of RGB (Red+Green+Blue) = 120+43+112=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #782B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B70 is #87D48F. Grayscale: #494949. Windows color (decimal): -8901776 or 7351160. OLE color: 7351160.
HSL color Cylindrical-coordinate representation of color #782B70: hue angle of 306.23º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B70 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 112 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.53 |
| HSL | 306.23º | 0.47% | 0.32% | - |
| HSV(B) | 306.23º | 0.64% | 0.47% | - |
| XYZ | 11.53 | 6.89 | 16.05 | - |
| YUV | 73.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 112 | 0 | 0.64 | 0.07 | 0.53 | 306.23 | 0.47 | 0.32 |
| Hex | 78 | 2B | 70 | 0 | 40 | 7 | 35 | 132 | 2F | 20 |
| Octal | 170 | 53 | 160 | 0 | 100 | 7 | 65 | 462 | 57 | 40 |
| Binary | 1111000 | 101011 | 1110000 | 0 | 1000000 | 111 | 110101 | 100110010 | 101111 | 100000 |
Color Harmonies of #782B70
Complementary color
Monochromatic Colors of #782B70
Black with #782B70
Text Example
Text Example
White with #782B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B70; }
p { color: rgb(120,43,112); }
H1.HeaderClassName
{
color: #782B70;
}
.AnyTagClassName
{
color: #782B70;
}
</style>
background-color css
<style>
a { background-color: #782B70; }
a { background-color: rgb(120,43,112); }
div.DivClassName
{
background-color: #782B70;
}
.BgClassName
{
background-color: #782B70;
}
</style>
border-color css
<style>
span { border-color: #782B70; }
span { border-color: rgb(120,43,112); }
td.TdClassName
{
border-color: #782B70;
}
.TagClassName
{
border-color: #782B70;
}
</style>