Shades of Dark Purple #781B85
Tints of Dark Purple #781B85
RGB
CMYK
RGB Variations
Color information
#781B85 (or 0x781B85) is known color: Dark Purple. HEX triplet: 78, 1B and 85. RGB value is (120,27,133). Sum of RGB (Red+Green+Blue) = 120+27+133=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #781B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781B85 is #87E47A. Grayscale: #424242. Windows color (decimal): -8905851 or 8723320. OLE color: 8723320.
HSL color Cylindrical-coordinate representation of color #781B85: hue angle of 292.64º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781B85 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 27 | 133 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.48 |
| HSL | 292.64º | 0.66% | 0.31% | - |
| HSV(B) | 292.64º | 0.8% | 0.52% | - |
| XYZ | 12.37 | 6.47 | 22.79 | - |
| YUV | 66.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 133 | 0.10 | 0.80 | 0 | 0.48 | 292.64 | 0.66 | 0.31 |
| Hex | 78 | 1B | 85 | A | 50 | 0 | 30 | 125 | 42 | 1F |
| Octal | 170 | 33 | 205 | 12 | 120 | 0 | 60 | 445 | 102 | 37 |
| Binary | 1111000 | 11011 | 10000101 | 1010 | 1010000 | 0 | 110000 | 100100101 | 1000010 | 11111 |
Color Harmonies of #781B85
Complementary color
Monochromatic Colors of #781B85
Black with #781B85
Text Example
Text Example
White with #781B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B85; }
p { color: rgb(120,27,133); }
H1.HeaderClassName
{
color: #781B85;
}
.AnyTagClassName
{
color: #781B85;
}
</style>
background-color css
<style>
a { background-color: #781B85; }
a { background-color: rgb(120,27,133); }
div.DivClassName
{
background-color: #781B85;
}
.BgClassName
{
background-color: #781B85;
}
</style>
border-color css
<style>
span { border-color: #781B85; }
span { border-color: rgb(120,27,133); }
td.TdClassName
{
border-color: #781B85;
}
.TagClassName
{
border-color: #781B85;
}
</style>