Shades of Dark Purple #781B81
Tints of Dark Purple #781B81
RGB
CMYK
RGB Variations
Color information
#781B81 (or 0x781B81) is known color: Dark Purple. HEX triplet: 78, 1B and 81. RGB value is (120,27,129). Sum of RGB (Red+Green+Blue) = 120+27+129=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #781B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781B81 is #87E47E. Grayscale: #424242. Windows color (decimal): -8905855 or 8461176. OLE color: 8461176.
HSL color Cylindrical-coordinate representation of color #781B81: hue angle of 294.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781B81 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 27 | 129 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.49 |
| HSL | 294.71º | 0.65% | 0.31% | - |
| HSV(B) | 294.71º | 0.79% | 0.51% | - |
| XYZ | 12.1 | 6.36 | 21.36 | - |
| YUV | 66.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 129 | 0.07 | 0.79 | 0 | 0.49 | 294.71 | 0.65 | 0.31 |
| Hex | 78 | 1B | 81 | 7 | 4F | 0 | 31 | 127 | 41 | 1F |
| Octal | 170 | 33 | 201 | 7 | 117 | 0 | 61 | 447 | 101 | 37 |
| Binary | 1111000 | 11011 | 10000001 | 111 | 1001111 | 0 | 110001 | 100100111 | 1000001 | 11111 |
Color Harmonies of #781B81
Complementary color
Monochromatic Colors of #781B81
Black with #781B81
Text Example
Text Example
White with #781B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B81; }
p { color: rgb(120,27,129); }
H1.HeaderClassName
{
color: #781B81;
}
.AnyTagClassName
{
color: #781B81;
}
</style>
background-color css
<style>
a { background-color: #781B81; }
a { background-color: rgb(120,27,129); }
div.DivClassName
{
background-color: #781B81;
}
.BgClassName
{
background-color: #781B81;
}
</style>
border-color css
<style>
span { border-color: #781B81; }
span { border-color: rgb(120,27,129); }
td.TdClassName
{
border-color: #781B81;
}
.TagClassName
{
border-color: #781B81;
}
</style>