Shades of Purple #78006B
Tints of Purple #78006B
RGB
CMYK
RGB Variations
Color information
#78006B (or 0x78006B) is known color: Purple. HEX triplet: 78, 00 and 6B. RGB value is (120,0,107). Sum of RGB (Red+Green+Blue) = 120+0+107=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006B is #87FF94. Grayscale: #2F2F2F. Windows color (decimal): -8912789 or 7012472. OLE color: 7012472.
HSL color Cylindrical-coordinate representation of color #78006B: hue angle of 306.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78006B is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.11 | 0.53 |
| HSL | 306.5º | 1% | 0.24% | - |
| HSV(B) | 306.5º | 1% | 0.47% | - |
| XYZ | 10.4 | 5.05 | 14.34 | - |
| YUV | 48.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 107 | 0 | 1 | 0.11 | 0.53 | 306.5 | 1 | 0.24 |
| Hex | 78 | 0 | 6B | 0 | 64 | B | 35 | 132 | 64 | 18 |
| Octal | 170 | 0 | 153 | 0 | 144 | 13 | 65 | 462 | 144 | 30 |
| Binary | 1111000 | 0 | 1101011 | 0 | 1100100 | 1011 | 110101 | 100110010 | 1100100 | 11000 |
Color Harmonies of #78006B
Complementary color
Monochromatic Colors of #78006B
Black with #78006B
Text Example
Text Example
White with #78006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78006B; }
p { color: rgb(120,0,107); }
H1.HeaderClassName
{
color: #78006B;
}
.AnyTagClassName
{
color: #78006B;
}
</style>
background-color css
<style>
a { background-color: #78006B; }
a { background-color: rgb(120,0,107); }
div.DivClassName
{
background-color: #78006B;
}
.BgClassName
{
background-color: #78006B;
}
</style>
border-color css
<style>
span { border-color: #78006B; }
span { border-color: rgb(120,0,107); }
td.TdClassName
{
border-color: #78006B;
}
.TagClassName
{
border-color: #78006B;
}
</style>