Shades of Purple #780D6F
Tints of Purple #780D6F
RGB
CMYK
RGB Variations
Color information
#780D6F (or 0x780D6F) is known color: Purple. HEX triplet: 78, 0D and 6F. RGB value is (120,13,111). Sum of RGB (Red+Green+Blue) = 120+13+111=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D6F is #87F290. Grayscale: #373737. Windows color (decimal): -8909457 or 7277944. OLE color: 7277944.
HSL color Cylindrical-coordinate representation of color #780D6F: hue angle of 305.05º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D6F is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 111 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.53 |
| HSL | 305.05º | 0.8% | 0.26% | - |
| HSV(B) | 305.05º | 0.89% | 0.47% | - |
| XYZ | 10.76 | 5.43 | 15.52 | - |
| YUV | 56.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 111 | 0 | 0.89 | 0.08 | 0.53 | 305.05 | 0.8 | 0.26 |
| Hex | 78 | D | 6F | 0 | 59 | 8 | 35 | 131 | 50 | 1A |
| Octal | 170 | 15 | 157 | 0 | 131 | 10 | 65 | 461 | 120 | 32 |
| Binary | 1111000 | 1101 | 1101111 | 0 | 1011001 | 1000 | 110101 | 100110001 | 1010000 | 11010 |
Color Harmonies of #780D6F
Complementary color
Monochromatic Colors of #780D6F
Black with #780D6F
Text Example
Text Example
White with #780D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D6F; }
p { color: rgb(120,13,111); }
H1.HeaderClassName
{
color: #780D6F;
}
.AnyTagClassName
{
color: #780D6F;
}
</style>
background-color css
<style>
a { background-color: #780D6F; }
a { background-color: rgb(120,13,111); }
div.DivClassName
{
background-color: #780D6F;
}
.BgClassName
{
background-color: #780D6F;
}
</style>
border-color css
<style>
span { border-color: #780D6F; }
span { border-color: rgb(120,13,111); }
td.TdClassName
{
border-color: #780D6F;
}
.TagClassName
{
border-color: #780D6F;
}
</style>