Shades of Dark Purple #781269
Tints of Dark Purple #781269
RGB
CMYK
RGB Variations
Color information
#781269 (or 0x781269) is known color: Dark Purple. HEX triplet: 78, 12 and 69. RGB value is (120,18,105). Sum of RGB (Red+Green+Blue) = 120+18+105=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781269 is #87ED96. Grayscale: #3A3A3A. Windows color (decimal): -8908183 or 6886008. OLE color: 6886008.
HSL color Cylindrical-coordinate representation of color #781269: hue angle of 308.82º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781269 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 105 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.53 |
| HSL | 308.82º | 0.74% | 0.27% | - |
| HSV(B) | 308.82º | 0.85% | 0.47% | - |
| XYZ | 10.51 | 5.45 | 13.86 | - |
| YUV | 58.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 105 | 0 | 0.85 | 0.13 | 0.53 | 308.82 | 0.74 | 0.27 |
| Hex | 78 | 12 | 69 | 0 | 55 | D | 35 | 135 | 4A | 1B |
| Octal | 170 | 22 | 151 | 0 | 125 | 15 | 65 | 465 | 112 | 33 |
| Binary | 1111000 | 10010 | 1101001 | 0 | 1010101 | 1101 | 110101 | 100110101 | 1001010 | 11011 |
Color Harmonies of #781269
Complementary color
Monochromatic Colors of #781269
Black with #781269
Text Example
Text Example
White with #781269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781269; }
p { color: rgb(120,18,105); }
H1.HeaderClassName
{
color: #781269;
}
.AnyTagClassName
{
color: #781269;
}
</style>
background-color css
<style>
a { background-color: #781269; }
a { background-color: rgb(120,18,105); }
div.DivClassName
{
background-color: #781269;
}
.BgClassName
{
background-color: #781269;
}
</style>
border-color css
<style>
span { border-color: #781269; }
span { border-color: rgb(120,18,105); }
td.TdClassName
{
border-color: #781269;
}
.TagClassName
{
border-color: #781269;
}
</style>