Shades of Purple #78066D
Tints of Purple #78066D
RGB
CMYK
RGB Variations
Color information
#78066D (or 0x78066D) is known color: Purple. HEX triplet: 78, 06 and 6D. RGB value is (120,6,109). Sum of RGB (Red+Green+Blue) = 120+6+109=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066D is #87F992. Grayscale: #333333. Windows color (decimal): -8911251 or 7145080. OLE color: 7145080.
HSL color Cylindrical-coordinate representation of color #78066D: hue angle of 305.79º 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 #78066D is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 109 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.53 |
| HSL | 305.79º | 0.9% | 0.25% | - |
| HSV(B) | 305.79º | 0.95% | 0.47% | - |
| XYZ | 10.57 | 5.23 | 14.92 | - |
| YUV | 51.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 109 | 0 | 0.95 | 0.09 | 0.53 | 305.79 | 0.9 | 0.25 |
| Hex | 78 | 6 | 6D | 0 | 5F | 9 | 35 | 132 | 5A | 19 |
| Octal | 170 | 6 | 155 | 0 | 137 | 11 | 65 | 462 | 132 | 31 |
| Binary | 1111000 | 110 | 1101101 | 0 | 1011111 | 1001 | 110101 | 100110010 | 1011010 | 11001 |
Color Harmonies of #78066D
Complementary color
Monochromatic Colors of #78066D
Black with #78066D
Text Example
Text Example
White with #78066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78066D; }
p { color: rgb(120,6,109); }
H1.HeaderClassName
{
color: #78066D;
}
.AnyTagClassName
{
color: #78066D;
}
</style>
background-color css
<style>
a { background-color: #78066D; }
a { background-color: rgb(120,6,109); }
div.DivClassName
{
background-color: #78066D;
}
.BgClassName
{
background-color: #78066D;
}
</style>
border-color css
<style>
span { border-color: #78066D; }
span { border-color: rgb(120,6,109); }
td.TdClassName
{
border-color: #78066D;
}
.TagClassName
{
border-color: #78066D;
}
</style>