Shades of Dark Purple #781D82
Tints of Dark Purple #781D82
RGB
CMYK
RGB Variations
Color information
#781D82 (or 0x781D82) is known color: Dark Purple. HEX triplet: 78, 1D and 82. RGB value is (120,29,130). Sum of RGB (Red+Green+Blue) = 120+29+130=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #781D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781D82 is #87E27D. Grayscale: #434343. Windows color (decimal): -8905342 or 8527224. OLE color: 8527224.
HSL color Cylindrical-coordinate representation of color #781D82: hue angle of 294.06º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781D82 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 29 | 130 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.49 |
| HSL | 294.06º | 0.64% | 0.31% | - |
| HSV(B) | 294.06º | 0.78% | 0.51% | - |
| XYZ | 12.21 | 6.48 | 21.73 | - |
| YUV | 67.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 130 | 0.08 | 0.78 | 0 | 0.49 | 294.06 | 0.64 | 0.31 |
| Hex | 78 | 1D | 82 | 8 | 4E | 0 | 31 | 126 | 40 | 1F |
| Octal | 170 | 35 | 202 | 10 | 116 | 0 | 61 | 446 | 100 | 37 |
| Binary | 1111000 | 11101 | 10000010 | 1000 | 1001110 | 0 | 110001 | 100100110 | 1000000 | 11111 |
Color Harmonies of #781D82
Complementary color
Monochromatic Colors of #781D82
Black with #781D82
Text Example
Text Example
White with #781D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D82; }
p { color: rgb(120,29,130); }
H1.HeaderClassName
{
color: #781D82;
}
.AnyTagClassName
{
color: #781D82;
}
</style>
background-color css
<style>
a { background-color: #781D82; }
a { background-color: rgb(120,29,130); }
div.DivClassName
{
background-color: #781D82;
}
.BgClassName
{
background-color: #781D82;
}
</style>
border-color css
<style>
span { border-color: #781D82; }
span { border-color: rgb(120,29,130); }
td.TdClassName
{
border-color: #781D82;
}
.TagClassName
{
border-color: #781D82;
}
</style>