Shades of Purple #78087F
Tints of Purple #78087F
RGB
CMYK
RGB Variations
Color information
#78087F (or 0x78087F) is known color: Purple. HEX triplet: 78, 08 and 7F. RGB value is (120,8,127). Sum of RGB (Red+Green+Blue) = 120+8+127=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #78087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78087F is #87F780. Grayscale: #363636. Windows color (decimal): -8910721 or 8325240. OLE color: 8325240.
HSL color Cylindrical-coordinate representation of color #78087F: hue angle of 296.47º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78087F is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 8 | 127 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.50 |
| HSL | 296.47º | 0.88% | 0.26% | - |
| HSV(B) | 296.47º | 0.94% | 0.5% | - |
| XYZ | 11.66 | 5.7 | 20.56 | - |
| YUV | 55.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 127 | 0.06 | 0.94 | 0 | 0.50 | 296.47 | 0.88 | 0.26 |
| Hex | 78 | 8 | 7F | 6 | 5E | 0 | 32 | 128 | 58 | 1A |
| Octal | 170 | 10 | 177 | 6 | 136 | 0 | 62 | 450 | 130 | 32 |
| Binary | 1111000 | 1000 | 1111111 | 110 | 1011110 | 0 | 110010 | 100101000 | 1011000 | 11010 |
Color Harmonies of #78087F
Complementary color
Monochromatic Colors of #78087F
Black with #78087F
Text Example
Text Example
White with #78087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78087F; }
p { color: rgb(120,8,127); }
H1.HeaderClassName
{
color: #78087F;
}
.AnyTagClassName
{
color: #78087F;
}
</style>
background-color css
<style>
a { background-color: #78087F; }
a { background-color: rgb(120,8,127); }
div.DivClassName
{
background-color: #78087F;
}
.BgClassName
{
background-color: #78087F;
}
</style>
border-color css
<style>
span { border-color: #78087F; }
span { border-color: rgb(120,8,127); }
td.TdClassName
{
border-color: #78087F;
}
.TagClassName
{
border-color: #78087F;
}
</style>