Shades of Purple #78036C
Tints of Purple #78036C
RGB
CMYK
RGB Variations
Color information
#78036C (or 0x78036C) is known color: Purple. HEX triplet: 78, 03 and 6C. RGB value is (120,3,108). Sum of RGB (Red+Green+Blue) = 120+3+108=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78036C is #87FC93. Grayscale: #313131. Windows color (decimal): -8912020 or 7078776. OLE color: 7078776.
HSL color Cylindrical-coordinate representation of color #78036C: hue angle of 306.15º 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 #78036C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.53 |
| HSL | 306.15º | 0.95% | 0.24% | - |
| HSV(B) | 306.15º | 0.98% | 0.47% | - |
| XYZ | 10.49 | 5.14 | 14.63 | - |
| YUV | 49.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 108 | 0 | 0.98 | 0.10 | 0.53 | 306.15 | 0.95 | 0.24 |
| Hex | 78 | 3 | 6C | 0 | 62 | A | 35 | 132 | 5F | 18 |
| Octal | 170 | 3 | 154 | 0 | 142 | 12 | 65 | 462 | 137 | 30 |
| Binary | 1111000 | 11 | 1101100 | 0 | 1100010 | 1010 | 110101 | 100110010 | 1011111 | 11000 |
Color Harmonies of #78036C
Complementary color
Monochromatic Colors of #78036C
Black with #78036C
Text Example
Text Example
White with #78036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78036C; }
p { color: rgb(120,3,108); }
H1.HeaderClassName
{
color: #78036C;
}
.AnyTagClassName
{
color: #78036C;
}
</style>
background-color css
<style>
a { background-color: #78036C; }
a { background-color: rgb(120,3,108); }
div.DivClassName
{
background-color: #78036C;
}
.BgClassName
{
background-color: #78036C;
}
</style>
border-color css
<style>
span { border-color: #78036C; }
span { border-color: rgb(120,3,108); }
td.TdClassName
{
border-color: #78036C;
}
.TagClassName
{
border-color: #78036C;
}
</style>