Shades of Purple #78108B
Tints of Purple #78108B
RGB
CMYK
RGB Variations
Color information
#78108B (or 0x78108B) is known color: Purple. HEX triplet: 78, 10 and 8B. RGB value is (120,16,139). Sum of RGB (Red+Green+Blue) = 120+16+139=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #78108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78108B is #87EF74. Grayscale: #3C3C3C. Windows color (decimal): -8908661 or 9113720. OLE color: 9113720.
HSL color Cylindrical-coordinate representation of color #78108B: hue angle of 290.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78108B is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 16 | 139 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.45 |
| HSL | 290.73º | 0.79% | 0.3% | - |
| HSV(B) | 290.73º | 0.88% | 0.55% | - |
| XYZ | 12.59 | 6.23 | 24.96 | - |
| YUV | 61.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 139 | 0.14 | 0.88 | 0 | 0.45 | 290.73 | 0.79 | 0.3 |
| Hex | 78 | 10 | 8B | E | 58 | 0 | 2D | 123 | 4F | 1E |
| Octal | 170 | 20 | 213 | 16 | 130 | 0 | 55 | 443 | 117 | 36 |
| Binary | 1111000 | 10000 | 10001011 | 1110 | 1011000 | 0 | 101101 | 100100011 | 1001111 | 11110 |
Color Harmonies of #78108B
Complementary color
Monochromatic Colors of #78108B
Black with #78108B
Text Example
Text Example
White with #78108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78108B; }
p { color: rgb(120,16,139); }
H1.HeaderClassName
{
color: #78108B;
}
.AnyTagClassName
{
color: #78108B;
}
</style>
background-color css
<style>
a { background-color: #78108B; }
a { background-color: rgb(120,16,139); }
div.DivClassName
{
background-color: #78108B;
}
.BgClassName
{
background-color: #78108B;
}
</style>
border-color css
<style>
span { border-color: #78108B; }
span { border-color: rgb(120,16,139); }
td.TdClassName
{
border-color: #78108B;
}
.TagClassName
{
border-color: #78108B;
}
</style>