Shades of Purple #78068C
Tints of Purple #78068C
RGB
CMYK
RGB Variations
Color information
#78068C (or 0x78068C) is known color: Purple. HEX triplet: 78, 06 and 8C. RGB value is (120,6,140). Sum of RGB (Red+Green+Blue) = 120+6+140=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #78068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78068C is #87F973. Grayscale: #363636. Windows color (decimal): -8911220 or 9176696. OLE color: 9176696.
HSL color Cylindrical-coordinate representation of color #78068C: hue angle of 291.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78068C is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 6 | 140 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.45 |
| HSL | 291.04º | 0.92% | 0.29% | - |
| HSV(B) | 291.04º | 0.96% | 0.55% | - |
| XYZ | 12.54 | 6.02 | 25.31 | - |
| YUV | 55.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 140 | 0.14 | 0.96 | 0 | 0.45 | 291.04 | 0.92 | 0.29 |
| Hex | 78 | 6 | 8C | E | 60 | 0 | 2D | 123 | 5C | 1D |
| Octal | 170 | 6 | 214 | 16 | 140 | 0 | 55 | 443 | 134 | 35 |
| Binary | 1111000 | 110 | 10001100 | 1110 | 1100000 | 0 | 101101 | 100100011 | 1011100 | 11101 |
Color Harmonies of #78068C
Complementary color
Monochromatic Colors of #78068C
Black with #78068C
Text Example
Text Example
White with #78068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78068C; }
p { color: rgb(120,6,140); }
H1.HeaderClassName
{
color: #78068C;
}
.AnyTagClassName
{
color: #78068C;
}
</style>
background-color css
<style>
a { background-color: #78068C; }
a { background-color: rgb(120,6,140); }
div.DivClassName
{
background-color: #78068C;
}
.BgClassName
{
background-color: #78068C;
}
</style>
border-color css
<style>
span { border-color: #78068C; }
span { border-color: rgb(120,6,140); }
td.TdClassName
{
border-color: #78068C;
}
.TagClassName
{
border-color: #78068C;
}
</style>