Shades of Dark Purple #78146F
Tints of Dark Purple #78146F
RGB
CMYK
RGB Variations
Color information
#78146F (or 0x78146F) is known color: Dark Purple. HEX triplet: 78, 14 and 6F. RGB value is (120,20,111). Sum of RGB (Red+Green+Blue) = 120+20+111=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78146F is #87EB90. Grayscale: #3C3C3C. Windows color (decimal): -8907665 or 7279736. OLE color: 7279736.
HSL color Cylindrical-coordinate representation of color #78146F: hue angle of 305.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78146F is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 111 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.53 |
| HSL | 305.4º | 0.71% | 0.27% | - |
| HSV(B) | 305.4º | 0.83% | 0.47% | - |
| XYZ | 10.87 | 5.64 | 15.56 | - |
| YUV | 60.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 111 | 0 | 0.83 | 0.08 | 0.53 | 305.4 | 0.71 | 0.27 |
| Hex | 78 | 14 | 6F | 0 | 53 | 8 | 35 | 131 | 47 | 1B |
| Octal | 170 | 24 | 157 | 0 | 123 | 10 | 65 | 461 | 107 | 33 |
| Binary | 1111000 | 10100 | 1101111 | 0 | 1010011 | 1000 | 110101 | 100110001 | 1000111 | 11011 |
Color Harmonies of #78146F
Complementary color
Monochromatic Colors of #78146F
Black with #78146F
Text Example
Text Example
White with #78146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78146F; }
p { color: rgb(120,20,111); }
H1.HeaderClassName
{
color: #78146F;
}
.AnyTagClassName
{
color: #78146F;
}
</style>
background-color css
<style>
a { background-color: #78146F; }
a { background-color: rgb(120,20,111); }
div.DivClassName
{
background-color: #78146F;
}
.BgClassName
{
background-color: #78146F;
}
</style>
border-color css
<style>
span { border-color: #78146F; }
span { border-color: rgb(120,20,111); }
td.TdClassName
{
border-color: #78146F;
}
.TagClassName
{
border-color: #78146F;
}
</style>