Shades of Purple #78036D
Tints of Purple #78036D
RGB
CMYK
RGB Variations
Color information
#78036D (or 0x78036D) is known color: Purple. HEX triplet: 78, 03 and 6D. RGB value is (120,3,109). Sum of RGB (Red+Green+Blue) = 120+3+109=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78036D is #87FC92. Grayscale: #313131. Windows color (decimal): -8912019 or 7144312. OLE color: 7144312.
HSL color Cylindrical-coordinate representation of color #78036D: hue angle of 305.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78036D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.53 |
| HSL | 305.64º | 0.95% | 0.24% | - |
| HSV(B) | 305.64º | 0.98% | 0.47% | - |
| XYZ | 10.54 | 5.16 | 14.91 | - |
| YUV | 50.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 109 | 0 | 0.98 | 0.09 | 0.53 | 305.64 | 0.95 | 0.24 |
| Hex | 78 | 3 | 6D | 0 | 62 | 9 | 35 | 132 | 5F | 18 |
| Octal | 170 | 3 | 155 | 0 | 142 | 11 | 65 | 462 | 137 | 30 |
| Binary | 1111000 | 11 | 1101101 | 0 | 1100010 | 1001 | 110101 | 100110010 | 1011111 | 11000 |
Color Harmonies of #78036D
Complementary color
Monochromatic Colors of #78036D
Black with #78036D
Text Example
Text Example
White with #78036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78036D; }
p { color: rgb(120,3,109); }
H1.HeaderClassName
{
color: #78036D;
}
.AnyTagClassName
{
color: #78036D;
}
</style>
background-color css
<style>
a { background-color: #78036D; }
a { background-color: rgb(120,3,109); }
div.DivClassName
{
background-color: #78036D;
}
.BgClassName
{
background-color: #78036D;
}
</style>
border-color css
<style>
span { border-color: #78036D; }
span { border-color: rgb(120,3,109); }
td.TdClassName
{
border-color: #78036D;
}
.TagClassName
{
border-color: #78036D;
}
</style>