Shades of Purple #78096D
Tints of Purple #78096D
RGB
CMYK
RGB Variations
Color information
#78096D (or 0x78096D) is known color: Purple. HEX triplet: 78, 09 and 6D. RGB value is (120,9,109). Sum of RGB (Red+Green+Blue) = 120+9+109=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78096D is #87F692. Grayscale: #353535. Windows color (decimal): -8910483 or 7145848. OLE color: 7145848.
HSL color Cylindrical-coordinate representation of color #78096D: hue angle of 305.95º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78096D is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 109 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.53 |
| HSL | 305.95º | 0.86% | 0.25% | - |
| HSV(B) | 305.95º | 0.93% | 0.47% | - |
| XYZ | 10.6 | 5.29 | 14.93 | - |
| YUV | 53.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 109 | 0 | 0.92 | 0.09 | 0.53 | 305.95 | 0.86 | 0.25 |
| Hex | 78 | 9 | 6D | 0 | 5C | 9 | 35 | 132 | 56 | 19 |
| Octal | 170 | 11 | 155 | 0 | 134 | 11 | 65 | 462 | 126 | 31 |
| Binary | 1111000 | 1001 | 1101101 | 0 | 1011100 | 1001 | 110101 | 100110010 | 1010110 | 11001 |
Color Harmonies of #78096D
Complementary color
Monochromatic Colors of #78096D
Black with #78096D
Text Example
Text Example
White with #78096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78096D; }
p { color: rgb(120,9,109); }
H1.HeaderClassName
{
color: #78096D;
}
.AnyTagClassName
{
color: #78096D;
}
</style>
background-color css
<style>
a { background-color: #78096D; }
a { background-color: rgb(120,9,109); }
div.DivClassName
{
background-color: #78096D;
}
.BgClassName
{
background-color: #78096D;
}
</style>
border-color css
<style>
span { border-color: #78096D; }
span { border-color: rgb(120,9,109); }
td.TdClassName
{
border-color: #78096D;
}
.TagClassName
{
border-color: #78096D;
}
</style>