Shades of Purple #780B7D
Tints of Purple #780B7D
RGB
CMYK
RGB Variations
Color information
#780B7D (or 0x780B7D) is known color: Purple. HEX triplet: 78, 0B and 7D. RGB value is (120,11,125). Sum of RGB (Red+Green+Blue) = 120+11+125=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #780B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B7D is #87F482. Grayscale: #383838. Windows color (decimal): -8909955 or 8194936. OLE color: 8194936.
HSL color Cylindrical-coordinate representation of color #780B7D: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B7D is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 11 | 125 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.51 |
| HSL | 297.37º | 0.84% | 0.27% | - |
| HSV(B) | 297.37º | 0.91% | 0.49% | - |
| XYZ | 11.57 | 5.71 | 19.9 | - |
| YUV | 56.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 125 | 0.04 | 0.91 | 0 | 0.51 | 297.37 | 0.84 | 0.27 |
| Hex | 78 | B | 7D | 4 | 5B | 0 | 33 | 129 | 54 | 1B |
| Octal | 170 | 13 | 175 | 4 | 133 | 0 | 63 | 451 | 124 | 33 |
| Binary | 1111000 | 1011 | 1111101 | 100 | 1011011 | 0 | 110011 | 100101001 | 1010100 | 11011 |
Color Harmonies of #780B7D
Complementary color
Monochromatic Colors of #780B7D
Black with #780B7D
Text Example
Text Example
White with #780B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B7D; }
p { color: rgb(120,11,125); }
H1.HeaderClassName
{
color: #780B7D;
}
.AnyTagClassName
{
color: #780B7D;
}
</style>
background-color css
<style>
a { background-color: #780B7D; }
a { background-color: rgb(120,11,125); }
div.DivClassName
{
background-color: #780B7D;
}
.BgClassName
{
background-color: #780B7D;
}
</style>
border-color css
<style>
span { border-color: #780B7D; }
span { border-color: rgb(120,11,125); }
td.TdClassName
{
border-color: #780B7D;
}
.TagClassName
{
border-color: #780B7D;
}
</style>