Shades of Purple #780A8A
Tints of Purple #780A8A
RGB
CMYK
RGB Variations
Color information
#780A8A (or 0x780A8A) is known color: Purple. HEX triplet: 78, 0A and 8A. RGB value is (120,10,138). Sum of RGB (Red+Green+Blue) = 120+10+138=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #780A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A8A is #87F575. Grayscale: #393939. Windows color (decimal): -8910198 or 9046648. OLE color: 9046648.
HSL color Cylindrical-coordinate representation of color #780A8A: hue angle of 291.56º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780A8A is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 10 | 138 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.46 |
| HSL | 291.56º | 0.86% | 0.29% | - |
| HSV(B) | 291.56º | 0.93% | 0.54% | - |
| XYZ | 12.44 | 6.05 | 24.56 | - |
| YUV | 57.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 138 | 0.13 | 0.93 | 0 | 0.46 | 291.56 | 0.86 | 0.29 |
| Hex | 78 | A | 8A | D | 5D | 0 | 2E | 124 | 56 | 1D |
| Octal | 170 | 12 | 212 | 15 | 135 | 0 | 56 | 444 | 126 | 35 |
| Binary | 1111000 | 1010 | 10001010 | 1101 | 1011101 | 0 | 101110 | 100100100 | 1010110 | 11101 |
Color Harmonies of #780A8A
Complementary color
Monochromatic Colors of #780A8A
Black with #780A8A
Text Example
Text Example
White with #780A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A8A; }
p { color: rgb(120,10,138); }
H1.HeaderClassName
{
color: #780A8A;
}
.AnyTagClassName
{
color: #780A8A;
}
</style>
background-color css
<style>
a { background-color: #780A8A; }
a { background-color: rgb(120,10,138); }
div.DivClassName
{
background-color: #780A8A;
}
.BgClassName
{
background-color: #780A8A;
}
</style>
border-color css
<style>
span { border-color: #780A8A; }
span { border-color: rgb(120,10,138); }
td.TdClassName
{
border-color: #780A8A;
}
.TagClassName
{
border-color: #780A8A;
}
</style>