Shades of Purple #880370
Tints of Purple #880370
RGB
CMYK
RGB Variations
Color information
#880370 (or 0x880370) is known color: Purple. HEX triplet: 88, 03 and 70. RGB value is (136,3,112). Sum of RGB (Red+Green+Blue) = 136+3+112=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880370 is #77FC8F. Grayscale: #363636. Windows color (decimal): -7863440 or 7340936. OLE color: 7340936.
HSL color Cylindrical-coordinate representation of color #880370: hue angle of 310.83º 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 #880370 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.47 |
| HSL | 310.83º | 0.96% | 0.27% | - |
| HSV(B) | 310.83º | 0.98% | 0.53% | - |
| XYZ | 13.11 | 6.47 | 15.89 | - |
| YUV | 55.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 112 | 0 | 0.98 | 0.18 | 0.47 | 310.83 | 0.96 | 0.27 |
| Hex | 88 | 3 | 70 | 0 | 62 | 12 | 2F | 137 | 60 | 1B |
| Octal | 210 | 3 | 160 | 0 | 142 | 22 | 57 | 467 | 140 | 33 |
| Binary | 10001000 | 11 | 1110000 | 0 | 1100010 | 10010 | 101111 | 100110111 | 1100000 | 11011 |
Color Harmonies of #880370
Complementary color
Monochromatic Colors of #880370
Black with #880370
Text Example
Text Example
White with #880370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880370; }
p { color: rgb(136,3,112); }
H1.HeaderClassName
{
color: #880370;
}
.AnyTagClassName
{
color: #880370;
}
</style>
background-color css
<style>
a { background-color: #880370; }
a { background-color: rgb(136,3,112); }
div.DivClassName
{
background-color: #880370;
}
.BgClassName
{
background-color: #880370;
}
</style>
border-color css
<style>
span { border-color: #880370; }
span { border-color: rgb(136,3,112); }
td.TdClassName
{
border-color: #880370;
}
.TagClassName
{
border-color: #880370;
}
</style>