Shades of Purple #78098C
Tints of Purple #78098C
RGB
CMYK
RGB Variations
Color information
#78098C (or 0x78098C) is known color: Purple. HEX triplet: 78, 09 and 8C. RGB value is (120,9,140). Sum of RGB (Red+Green+Blue) = 120+9+140=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #78098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78098C is #87F673. Grayscale: #383838. Windows color (decimal): -8910452 or 9177464. OLE color: 9177464.
HSL color Cylindrical-coordinate representation of color #78098C: hue angle of 290.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78098C is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 9 | 140 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.45 |
| HSL | 290.84º | 0.88% | 0.29% | - |
| HSV(B) | 290.84º | 0.94% | 0.55% | - |
| XYZ | 12.58 | 6.08 | 25.32 | - |
| YUV | 57.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 140 | 0.14 | 0.94 | 0 | 0.45 | 290.84 | 0.88 | 0.29 |
| Hex | 78 | 9 | 8C | E | 5E | 0 | 2D | 123 | 58 | 1D |
| Octal | 170 | 11 | 214 | 16 | 136 | 0 | 55 | 443 | 130 | 35 |
| Binary | 1111000 | 1001 | 10001100 | 1110 | 1011110 | 0 | 101101 | 100100011 | 1011000 | 11101 |
Color Harmonies of #78098C
Complementary color
Monochromatic Colors of #78098C
Black with #78098C
Text Example
Text Example
White with #78098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78098C; }
p { color: rgb(120,9,140); }
H1.HeaderClassName
{
color: #78098C;
}
.AnyTagClassName
{
color: #78098C;
}
</style>
background-color css
<style>
a { background-color: #78098C; }
a { background-color: rgb(120,9,140); }
div.DivClassName
{
background-color: #78098C;
}
.BgClassName
{
background-color: #78098C;
}
</style>
border-color css
<style>
span { border-color: #78098C; }
span { border-color: rgb(120,9,140); }
td.TdClassName
{
border-color: #78098C;
}
.TagClassName
{
border-color: #78098C;
}
</style>