Shades of Dark Purple #782172
Tints of Dark Purple #782172
RGB
CMYK
RGB Variations
Color information
#782172 (or 0x782172) is known color: Dark Purple. HEX triplet: 78, 21 and 72. RGB value is (120,33,114). Sum of RGB (Red+Green+Blue) = 120+33+114=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #782172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782172 is #87DE8D. Grayscale: #444444. Windows color (decimal): -8904334 or 7479672. OLE color: 7479672.
HSL color Cylindrical-coordinate representation of color #782172: hue angle of 304.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782172 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 114 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.53 |
| HSL | 304.14º | 0.57% | 0.3% | - |
| HSV(B) | 304.14º | 0.73% | 0.47% | - |
| XYZ | 11.33 | 6.3 | 16.54 | - |
| YUV | 68.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 114 | 0 | 0.72 | 0.05 | 0.53 | 304.14 | 0.57 | 0.3 |
| Hex | 78 | 21 | 72 | 0 | 48 | 5 | 35 | 130 | 39 | 1E |
| Octal | 170 | 41 | 162 | 0 | 110 | 5 | 65 | 460 | 71 | 36 |
| Binary | 1111000 | 100001 | 1110010 | 0 | 1001000 | 101 | 110101 | 100110000 | 111001 | 11110 |
Color Harmonies of #782172
Complementary color
Monochromatic Colors of #782172
Black with #782172
Text Example
Text Example
White with #782172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782172; }
p { color: rgb(120,33,114); }
H1.HeaderClassName
{
color: #782172;
}
.AnyTagClassName
{
color: #782172;
}
</style>
background-color css
<style>
a { background-color: #782172; }
a { background-color: rgb(120,33,114); }
div.DivClassName
{
background-color: #782172;
}
.BgClassName
{
background-color: #782172;
}
</style>
border-color css
<style>
span { border-color: #782172; }
span { border-color: rgb(120,33,114); }
td.TdClassName
{
border-color: #782172;
}
.TagClassName
{
border-color: #782172;
}
</style>