Shades of Purple #780174
Tints of Purple #780174
RGB
CMYK
RGB Variations
Color information
#780174 (or 0x780174) is known color: Purple. HEX triplet: 78, 01 and 74. RGB value is (120,1,116). Sum of RGB (Red+Green+Blue) = 120+1+116=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780174 is #87FE8B. Grayscale: #313131. Windows color (decimal): -8912524 or 7602552. OLE color: 7602552.
HSL color Cylindrical-coordinate representation of color #780174: hue angle of 302.02º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780174 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.53 |
| HSL | 302.02º | 0.98% | 0.24% | - |
| HSV(B) | 302.02º | 0.99% | 0.47% | - |
| XYZ | 10.91 | 5.28 | 16.97 | - |
| YUV | 49.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 116 | 0 | 0.99 | 0.03 | 0.53 | 302.02 | 0.98 | 0.24 |
| Hex | 78 | 1 | 74 | 0 | 63 | 3 | 35 | 12E | 62 | 18 |
| Octal | 170 | 1 | 164 | 0 | 143 | 3 | 65 | 456 | 142 | 30 |
| Binary | 1111000 | 1 | 1110100 | 0 | 1100011 | 11 | 110101 | 100101110 | 1100010 | 11000 |
Color Harmonies of #780174
Complementary color
Monochromatic Colors of #780174
Black with #780174
Text Example
Text Example
White with #780174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780174; }
p { color: rgb(120,1,116); }
H1.HeaderClassName
{
color: #780174;
}
.AnyTagClassName
{
color: #780174;
}
</style>
background-color css
<style>
a { background-color: #780174; }
a { background-color: rgb(120,1,116); }
div.DivClassName
{
background-color: #780174;
}
.BgClassName
{
background-color: #780174;
}
</style>
border-color css
<style>
span { border-color: #780174; }
span { border-color: rgb(120,1,116); }
td.TdClassName
{
border-color: #780174;
}
.TagClassName
{
border-color: #780174;
}
</style>