Shades of Purple #78038F
Tints of Purple #78038F
RGB
CMYK
RGB Variations
Color information
#78038F (or 0x78038F) is known color: Purple. HEX triplet: 78, 03 and 8F. RGB value is (120,3,143). Sum of RGB (Red+Green+Blue) = 120+3+143=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #78038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78038F is #87FC70. Grayscale: #353535. Windows color (decimal): -8911985 or 9372536. OLE color: 9372536.
HSL color Cylindrical-coordinate representation of color #78038F: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78038F is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 3 | 143 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.44 |
| HSL | 290.14º | 0.96% | 0.29% | - |
| HSV(B) | 290.14º | 0.98% | 0.56% | - |
| XYZ | 12.74 | 6.04 | 26.48 | - |
| YUV | 53.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 143 | 0.16 | 0.98 | 0 | 0.44 | 290.14 | 0.96 | 0.29 |
| Hex | 78 | 3 | 8F | 10 | 62 | 0 | 2C | 122 | 60 | 1D |
| Octal | 170 | 3 | 217 | 20 | 142 | 0 | 54 | 442 | 140 | 35 |
| Binary | 1111000 | 11 | 10001111 | 10000 | 1100010 | 0 | 101100 | 100100010 | 1100000 | 11101 |
Color Harmonies of #78038F
Complementary color
Monochromatic Colors of #78038F
Black with #78038F
Text Example
Text Example
White with #78038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78038F; }
p { color: rgb(120,3,143); }
H1.HeaderClassName
{
color: #78038F;
}
.AnyTagClassName
{
color: #78038F;
}
</style>
background-color css
<style>
a { background-color: #78038F; }
a { background-color: rgb(120,3,143); }
div.DivClassName
{
background-color: #78038F;
}
.BgClassName
{
background-color: #78038F;
}
</style>
border-color css
<style>
span { border-color: #78038F; }
span { border-color: rgb(120,3,143); }
td.TdClassName
{
border-color: #78038F;
}
.TagClassName
{
border-color: #78038F;
}
</style>