Shades of Dark Purple #781E6B
Tints of Dark Purple #781E6B
RGB
CMYK
RGB Variations
Color information
#781E6B (or 0x781E6B) is known color: Dark Purple. HEX triplet: 78, 1E and 6B. RGB value is (120,30,107). Sum of RGB (Red+Green+Blue) = 120+30+107=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E6B is #87E194. Grayscale: #414141. Windows color (decimal): -8905109 or 7020152. OLE color: 7020152.
HSL color Cylindrical-coordinate representation of color #781E6B: hue angle of 308.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E6B is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 107 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.53 |
| HSL | 308.67º | 0.6% | 0.29% | - |
| HSV(B) | 308.67º | 0.75% | 0.47% | - |
| XYZ | 10.86 | 5.98 | 14.49 | - |
| YUV | 65.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 107 | 0 | 0.75 | 0.11 | 0.53 | 308.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 6B | 0 | 4B | B | 35 | 135 | 3C | 1D |
| Octal | 170 | 36 | 153 | 0 | 113 | 13 | 65 | 465 | 74 | 35 |
| Binary | 1111000 | 11110 | 1101011 | 0 | 1001011 | 1011 | 110101 | 100110101 | 111100 | 11101 |
Color Harmonies of #781E6B
Complementary color
Monochromatic Colors of #781E6B
Black with #781E6B
Text Example
Text Example
White with #781E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E6B; }
p { color: rgb(120,30,107); }
H1.HeaderClassName
{
color: #781E6B;
}
.AnyTagClassName
{
color: #781E6B;
}
</style>
background-color css
<style>
a { background-color: #781E6B; }
a { background-color: rgb(120,30,107); }
div.DivClassName
{
background-color: #781E6B;
}
.BgClassName
{
background-color: #781E6B;
}
</style>
border-color css
<style>
span { border-color: #781E6B; }
span { border-color: rgb(120,30,107); }
td.TdClassName
{
border-color: #781E6B;
}
.TagClassName
{
border-color: #781E6B;
}
</style>