Shades of Purple #780B81
Tints of Purple #780B81
RGB
CMYK
RGB Variations
Color information
#780B81 (or 0x780B81) is known color: Purple. HEX triplet: 78, 0B and 81. RGB value is (120,11,129). Sum of RGB (Red+Green+Blue) = 120+11+129=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #780B81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780B81 is #87F47E. Grayscale: #383838. Windows color (decimal): -8909951 or 8457080. OLE color: 8457080.
HSL color Cylindrical-coordinate representation of color #780B81: hue angle of 295.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B81 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 11 | 129 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.49 |
| HSL | 295.42º | 0.84% | 0.27% | - |
| HSV(B) | 295.42º | 0.91% | 0.51% | - |
| XYZ | 11.83 | 5.82 | 21.27 | - |
| YUV | 57.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 129 | 0.07 | 0.91 | 0 | 0.49 | 295.42 | 0.84 | 0.27 |
| Hex | 78 | B | 81 | 7 | 5B | 0 | 31 | 127 | 54 | 1B |
| Octal | 170 | 13 | 201 | 7 | 133 | 0 | 61 | 447 | 124 | 33 |
| Binary | 1111000 | 1011 | 10000001 | 111 | 1011011 | 0 | 110001 | 100100111 | 1010100 | 11011 |
Color Harmonies of #780B81
Complementary color
Monochromatic Colors of #780B81
Black with #780B81
Text Example
Text Example
White with #780B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B81; }
p { color: rgb(120,11,129); }
H1.HeaderClassName
{
color: #780B81;
}
.AnyTagClassName
{
color: #780B81;
}
</style>
background-color css
<style>
a { background-color: #780B81; }
a { background-color: rgb(120,11,129); }
div.DivClassName
{
background-color: #780B81;
}
.BgClassName
{
background-color: #780B81;
}
</style>
border-color css
<style>
span { border-color: #780B81; }
span { border-color: rgb(120,11,129); }
td.TdClassName
{
border-color: #780B81;
}
.TagClassName
{
border-color: #780B81;
}
</style>