Shades of Purple #780C6E
Tints of Purple #780C6E
RGB
CMYK
RGB Variations
Color information
#780C6E (or 0x780C6E) is known color: Purple. HEX triplet: 78, 0C and 6E. RGB value is (120,12,110). Sum of RGB (Red+Green+Blue) = 120+12+110=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C6E is #87F391. Grayscale: #373737. Windows color (decimal): -8909714 or 7212152. OLE color: 7212152.
HSL color Cylindrical-coordinate representation of color #780C6E: hue angle of 305.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C6E is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 110 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.53 |
| HSL | 305.56º | 0.82% | 0.26% | - |
| HSV(B) | 305.56º | 0.9% | 0.47% | - |
| XYZ | 10.69 | 5.38 | 15.23 | - |
| YUV | 55.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 110 | 0 | 0.90 | 0.08 | 0.53 | 305.56 | 0.82 | 0.26 |
| Hex | 78 | C | 6E | 0 | 5A | 8 | 35 | 132 | 52 | 1A |
| Octal | 170 | 14 | 156 | 0 | 132 | 10 | 65 | 462 | 122 | 32 |
| Binary | 1111000 | 1100 | 1101110 | 0 | 1011010 | 1000 | 110101 | 100110010 | 1010010 | 11010 |
Color Harmonies of #780C6E
Complementary color
Monochromatic Colors of #780C6E
Black with #780C6E
Text Example
Text Example
White with #780C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C6E; }
p { color: rgb(120,12,110); }
H1.HeaderClassName
{
color: #780C6E;
}
.AnyTagClassName
{
color: #780C6E;
}
</style>
background-color css
<style>
a { background-color: #780C6E; }
a { background-color: rgb(120,12,110); }
div.DivClassName
{
background-color: #780C6E;
}
.BgClassName
{
background-color: #780C6E;
}
</style>
border-color css
<style>
span { border-color: #780C6E; }
span { border-color: rgb(120,12,110); }
td.TdClassName
{
border-color: #780C6E;
}
.TagClassName
{
border-color: #780C6E;
}
</style>