Shades of Purple #78038D
Tints of Purple #78038D
RGB
CMYK
RGB Variations
Color information
#78038D (or 0x78038D) is known color: Purple. HEX triplet: 78, 03 and 8D. RGB value is (120,3,141). Sum of RGB (Red+Green+Blue) = 120+3+141=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #78038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78038D is #87FC72. Grayscale: #353535. Windows color (decimal): -8911987 or 9241464. OLE color: 9241464.
HSL color Cylindrical-coordinate representation of color #78038D: hue angle of 290.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78038D is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 3 | 141 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.45 |
| HSL | 290.87º | 0.96% | 0.28% | - |
| HSV(B) | 290.87º | 0.98% | 0.55% | - |
| XYZ | 12.59 | 5.98 | 25.69 | - |
| YUV | 53.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 141 | 0.15 | 0.98 | 0 | 0.45 | 290.87 | 0.96 | 0.28 |
| Hex | 78 | 3 | 8D | F | 62 | 0 | 2D | 123 | 60 | 1C |
| Octal | 170 | 3 | 215 | 17 | 142 | 0 | 55 | 443 | 140 | 34 |
| Binary | 1111000 | 11 | 10001101 | 1111 | 1100010 | 0 | 101101 | 100100011 | 1100000 | 11100 |
Color Harmonies of #78038D
Complementary color
Monochromatic Colors of #78038D
Black with #78038D
Text Example
Text Example
White with #78038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78038D; }
p { color: rgb(120,3,141); }
H1.HeaderClassName
{
color: #78038D;
}
.AnyTagClassName
{
color: #78038D;
}
</style>
background-color css
<style>
a { background-color: #78038D; }
a { background-color: rgb(120,3,141); }
div.DivClassName
{
background-color: #78038D;
}
.BgClassName
{
background-color: #78038D;
}
</style>
border-color css
<style>
span { border-color: #78038D; }
span { border-color: rgb(120,3,141); }
td.TdClassName
{
border-color: #78038D;
}
.TagClassName
{
border-color: #78038D;
}
</style>