Shades of Purple #780180
Tints of Purple #780180
RGB
CMYK
RGB Variations
Color information
#780180 (or 0x780180) is known color: Purple. HEX triplet: 78, 01 and 80. RGB value is (120,1,128). Sum of RGB (Red+Green+Blue) = 120+1+128=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #780180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780180 is #87FE7F. Grayscale: #323232. Windows color (decimal): -8912512 or 8388984. OLE color: 8388984.
HSL color Cylindrical-coordinate representation of color #780180: hue angle of 296.22º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780180 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 1 | 128 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.50 |
| HSL | 296.22º | 0.98% | 0.25% | - |
| HSV(B) | 296.22º | 0.99% | 0.5% | - |
| XYZ | 11.65 | 5.57 | 20.88 | - |
| YUV | 51.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 128 | 0.06 | 0.99 | 0 | 0.50 | 296.22 | 0.98 | 0.25 |
| Hex | 78 | 1 | 80 | 6 | 63 | 0 | 32 | 128 | 62 | 19 |
| Octal | 170 | 1 | 200 | 6 | 143 | 0 | 62 | 450 | 142 | 31 |
| Binary | 1111000 | 1 | 10000000 | 110 | 1100011 | 0 | 110010 | 100101000 | 1100010 | 11001 |
Color Harmonies of #780180
Complementary color
Monochromatic Colors of #780180
Black with #780180
Text Example
Text Example
White with #780180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780180; }
p { color: rgb(120,1,128); }
H1.HeaderClassName
{
color: #780180;
}
.AnyTagClassName
{
color: #780180;
}
</style>
background-color css
<style>
a { background-color: #780180; }
a { background-color: rgb(120,1,128); }
div.DivClassName
{
background-color: #780180;
}
.BgClassName
{
background-color: #780180;
}
</style>
border-color css
<style>
span { border-color: #780180; }
span { border-color: rgb(120,1,128); }
td.TdClassName
{
border-color: #780180;
}
.TagClassName
{
border-color: #780180;
}
</style>