Shades of Purple #78087D
Tints of Purple #78087D
RGB
CMYK
RGB Variations
Color information
#78087D (or 0x78087D) is known color: Purple. HEX triplet: 78, 08 and 7D. RGB value is (120,8,125). Sum of RGB (Red+Green+Blue) = 120+8+125=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #78087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78087D is #87F782. Grayscale: #363636. Windows color (decimal): -8910723 or 8194168. OLE color: 8194168.
HSL color Cylindrical-coordinate representation of color #78087D: hue angle of 297.44º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78087D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 8 | 125 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.51 |
| HSL | 297.44º | 0.88% | 0.26% | - |
| HSV(B) | 297.44º | 0.94% | 0.49% | - |
| XYZ | 11.53 | 5.65 | 19.88 | - |
| YUV | 54.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 125 | 0.04 | 0.94 | 0 | 0.51 | 297.44 | 0.88 | 0.26 |
| Hex | 78 | 8 | 7D | 4 | 5E | 0 | 33 | 129 | 58 | 1A |
| Octal | 170 | 10 | 175 | 4 | 136 | 0 | 63 | 451 | 130 | 32 |
| Binary | 1111000 | 1000 | 1111101 | 100 | 1011110 | 0 | 110011 | 100101001 | 1011000 | 11010 |
Color Harmonies of #78087D
Complementary color
Monochromatic Colors of #78087D
Black with #78087D
Text Example
Text Example
White with #78087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78087D; }
p { color: rgb(120,8,125); }
H1.HeaderClassName
{
color: #78087D;
}
.AnyTagClassName
{
color: #78087D;
}
</style>
background-color css
<style>
a { background-color: #78087D; }
a { background-color: rgb(120,8,125); }
div.DivClassName
{
background-color: #78087D;
}
.BgClassName
{
background-color: #78087D;
}
</style>
border-color css
<style>
span { border-color: #78087D; }
span { border-color: rgb(120,8,125); }
td.TdClassName
{
border-color: #78087D;
}
.TagClassName
{
border-color: #78087D;
}
</style>