Shades of Purple #78066A
Tints of Purple #78066A
RGB
CMYK
RGB Variations
Color information
#78066A (or 0x78066A) is known color: Purple. HEX triplet: 78, 06 and 6A. RGB value is (120,6,106). Sum of RGB (Red+Green+Blue) = 120+6+106=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066A is #87F995. Grayscale: #333333. Windows color (decimal): -8911254 or 6948472. OLE color: 6948472.
HSL color Cylindrical-coordinate representation of color #78066A: hue angle of 307.37º 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 #78066A is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 106 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.53 |
| HSL | 307.37º | 0.9% | 0.25% | - |
| HSV(B) | 307.37º | 0.95% | 0.47% | - |
| XYZ | 10.41 | 5.16 | 14.08 | - |
| YUV | 51.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 106 | 0 | 0.95 | 0.12 | 0.53 | 307.37 | 0.9 | 0.25 |
| Hex | 78 | 6 | 6A | 0 | 5F | C | 35 | 133 | 5A | 19 |
| Octal | 170 | 6 | 152 | 0 | 137 | 14 | 65 | 463 | 132 | 31 |
| Binary | 1111000 | 110 | 1101010 | 0 | 1011111 | 1100 | 110101 | 100110011 | 1011010 | 11001 |
Color Harmonies of #78066A
Complementary color
Monochromatic Colors of #78066A
Black with #78066A
Text Example
Text Example
White with #78066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78066A; }
p { color: rgb(120,6,106); }
H1.HeaderClassName
{
color: #78066A;
}
.AnyTagClassName
{
color: #78066A;
}
</style>
background-color css
<style>
a { background-color: #78066A; }
a { background-color: rgb(120,6,106); }
div.DivClassName
{
background-color: #78066A;
}
.BgClassName
{
background-color: #78066A;
}
</style>
border-color css
<style>
span { border-color: #78066A; }
span { border-color: rgb(120,6,106); }
td.TdClassName
{
border-color: #78066A;
}
.TagClassName
{
border-color: #78066A;
}
</style>