Shades of Purple #78066F
Tints of Purple #78066F
RGB
CMYK
RGB Variations
Color information
#78066F (or 0x78066F) is known color: Purple. HEX triplet: 78, 06 and 6F. RGB value is (120,6,111). Sum of RGB (Red+Green+Blue) = 120+6+111=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066F is #87F990. Grayscale: #333333. Windows color (decimal): -8911249 or 7276152. OLE color: 7276152.
HSL color Cylindrical-coordinate representation of color #78066F: hue angle of 304.74º 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 #78066F is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 111 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.53 |
| HSL | 304.74º | 0.9% | 0.25% | - |
| HSV(B) | 304.74º | 0.95% | 0.47% | - |
| XYZ | 10.68 | 5.27 | 15.49 | - |
| YUV | 52.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 111 | 0 | 0.95 | 0.08 | 0.53 | 304.74 | 0.9 | 0.25 |
| Hex | 78 | 6 | 6F | 0 | 5F | 8 | 35 | 131 | 5A | 19 |
| Octal | 170 | 6 | 157 | 0 | 137 | 10 | 65 | 461 | 132 | 31 |
| Binary | 1111000 | 110 | 1101111 | 0 | 1011111 | 1000 | 110101 | 100110001 | 1011010 | 11001 |
Color Harmonies of #78066F
Complementary color
Monochromatic Colors of #78066F
Black with #78066F
Text Example
Text Example
White with #78066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78066F; }
p { color: rgb(120,6,111); }
H1.HeaderClassName
{
color: #78066F;
}
.AnyTagClassName
{
color: #78066F;
}
</style>
background-color css
<style>
a { background-color: #78066F; }
a { background-color: rgb(120,6,111); }
div.DivClassName
{
background-color: #78066F;
}
.BgClassName
{
background-color: #78066F;
}
</style>
border-color css
<style>
span { border-color: #78066F; }
span { border-color: rgb(120,6,111); }
td.TdClassName
{
border-color: #78066F;
}
.TagClassName
{
border-color: #78066F;
}
</style>