Shades of Purple #78066B
Tints of Purple #78066B
RGB
CMYK
RGB Variations
Color information
#78066B (or 0x78066B) is known color: Purple. HEX triplet: 78, 06 and 6B. RGB value is (120,6,107). Sum of RGB (Red+Green+Blue) = 120+6+107=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066B is #87F994. Grayscale: #333333. Windows color (decimal): -8911253 or 7014008. OLE color: 7014008.
HSL color Cylindrical-coordinate representation of color #78066B: hue angle of 306.84º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78066B is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 107 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.53 |
| HSL | 306.84º | 0.9% | 0.25% | - |
| HSV(B) | 306.84º | 0.95% | 0.47% | - |
| XYZ | 10.46 | 5.18 | 14.36 | - |
| YUV | 51.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 107 | 0 | 0.95 | 0.11 | 0.53 | 306.84 | 0.9 | 0.25 |
| Hex | 78 | 6 | 6B | 0 | 5F | B | 35 | 133 | 5A | 19 |
| Octal | 170 | 6 | 153 | 0 | 137 | 13 | 65 | 463 | 132 | 31 |
| Binary | 1111000 | 110 | 1101011 | 0 | 1011111 | 1011 | 110101 | 100110011 | 1011010 | 11001 |
Color Harmonies of #78066B
Complementary color
Monochromatic Colors of #78066B
Black with #78066B
Text Example
Text Example
White with #78066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78066B; }
p { color: rgb(120,6,107); }
H1.HeaderClassName
{
color: #78066B;
}
.AnyTagClassName
{
color: #78066B;
}
</style>
background-color css
<style>
a { background-color: #78066B; }
a { background-color: rgb(120,6,107); }
div.DivClassName
{
background-color: #78066B;
}
.BgClassName
{
background-color: #78066B;
}
</style>
border-color css
<style>
span { border-color: #78066B; }
span { border-color: rgb(120,6,107); }
td.TdClassName
{
border-color: #78066B;
}
.TagClassName
{
border-color: #78066B;
}
</style>