Shades of Purple #880378
Tints of Purple #880378
RGB
CMYK
RGB Variations
Color information
#880378 (or 0x880378) is known color: Purple. HEX triplet: 88, 03 and 78. RGB value is (136,3,120). Sum of RGB (Red+Green+Blue) = 136+3+120=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880378 is #77FC87. Grayscale: #373737. Windows color (decimal): -7863432 or 7865224. OLE color: 7865224.
HSL color Cylindrical-coordinate representation of color #880378: hue angle of 307.22º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880378 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.47 |
| HSL | 307.22º | 0.96% | 0.27% | - |
| HSV(B) | 307.22º | 0.98% | 0.53% | - |
| XYZ | 13.58 | 6.66 | 18.34 | - |
| YUV | 56.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 120 | 0 | 0.98 | 0.12 | 0.47 | 307.22 | 0.96 | 0.27 |
| Hex | 88 | 3 | 78 | 0 | 62 | C | 2F | 133 | 60 | 1B |
| Octal | 210 | 3 | 170 | 0 | 142 | 14 | 57 | 463 | 140 | 33 |
| Binary | 10001000 | 11 | 1111000 | 0 | 1100010 | 1100 | 101111 | 100110011 | 1100000 | 11011 |
Color Harmonies of #880378
Complementary color
Monochromatic Colors of #880378
Black with #880378
Text Example
Text Example
White with #880378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880378; }
p { color: rgb(136,3,120); }
H1.HeaderClassName
{
color: #880378;
}
.AnyTagClassName
{
color: #880378;
}
</style>
background-color css
<style>
a { background-color: #880378; }
a { background-color: rgb(136,3,120); }
div.DivClassName
{
background-color: #880378;
}
.BgClassName
{
background-color: #880378;
}
</style>
border-color css
<style>
span { border-color: #880378; }
span { border-color: rgb(136,3,120); }
td.TdClassName
{
border-color: #880378;
}
.TagClassName
{
border-color: #880378;
}
</style>