Shades of Purple #780D78
Tints of Purple #780D78
RGB
CMYK
RGB Variations
Color information
#780D78 (or 0x780D78) is known color: Purple. HEX triplet: 78, 0D and 78. RGB value is (120,13,120). Sum of RGB (Red+Green+Blue) = 120+13+120=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #780D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D78 is #87F287. Grayscale: #383838. Windows color (decimal): -8909448 or 7867768. OLE color: 7867768.
HSL color Cylindrical-coordinate representation of color #780D78: hue angle of 300º 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 #780D78 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 120 | - |
| CMYK | 0 | 0.89 | 0 | 0.53 |
| HSL | 300º | 0.8% | 0.26% | - |
| HSV(B) | 300º | 0.89% | 0.47% | - |
| XYZ | 11.28 | 5.64 | 18.26 | - |
| YUV | 57.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 120 | 0 | 0.89 | 0 | 0.53 | 300 | 0.8 | 0.26 |
| Hex | 78 | D | 78 | 0 | 59 | 0 | 35 | 12C | 50 | 1A |
| Octal | 170 | 15 | 170 | 0 | 131 | 0 | 65 | 454 | 120 | 32 |
| Binary | 1111000 | 1101 | 1111000 | 0 | 1011001 | 0 | 110101 | 100101100 | 1010000 | 11010 |
Color Harmonies of #780D78
Complementary color
Monochromatic Colors of #780D78
Black with #780D78
Text Example
Text Example
White with #780D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D78; }
p { color: rgb(120,13,120); }
H1.HeaderClassName
{
color: #780D78;
}
.AnyTagClassName
{
color: #780D78;
}
</style>
background-color css
<style>
a { background-color: #780D78; }
a { background-color: rgb(120,13,120); }
div.DivClassName
{
background-color: #780D78;
}
.BgClassName
{
background-color: #780D78;
}
</style>
border-color css
<style>
span { border-color: #780D78; }
span { border-color: rgb(120,13,120); }
td.TdClassName
{
border-color: #780D78;
}
.TagClassName
{
border-color: #780D78;
}
</style>