Shades of Purple #880574
Tints of Purple #880574
RGB
CMYK
RGB Variations
Color information
#880574 (or 0x880574) is known color: Purple. HEX triplet: 88, 05 and 74. RGB value is (136,5,116). Sum of RGB (Red+Green+Blue) = 136+5+116=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880574 is #77FA8B. Grayscale: #383838. Windows color (decimal): -7862924 or 7603592. OLE color: 7603592.
HSL color Cylindrical-coordinate representation of color #880574: hue angle of 309.16º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880574 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 116 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.47 |
| HSL | 309.16º | 0.93% | 0.28% | - |
| HSV(B) | 309.16º | 0.96% | 0.53% | - |
| XYZ | 13.36 | 6.6 | 17.09 | - |
| YUV | 56.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 116 | 0 | 0.96 | 0.15 | 0.47 | 309.16 | 0.93 | 0.28 |
| Hex | 88 | 5 | 74 | 0 | 60 | F | 2F | 135 | 5D | 1C |
| Octal | 210 | 5 | 164 | 0 | 140 | 17 | 57 | 465 | 135 | 34 |
| Binary | 10001000 | 101 | 1110100 | 0 | 1100000 | 1111 | 101111 | 100110101 | 1011101 | 11100 |
Color Harmonies of #880574
Complementary color
Monochromatic Colors of #880574
Black with #880574
Text Example
Text Example
White with #880574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880574; }
p { color: rgb(136,5,116); }
H1.HeaderClassName
{
color: #880574;
}
.AnyTagClassName
{
color: #880574;
}
</style>
background-color css
<style>
a { background-color: #880574; }
a { background-color: rgb(136,5,116); }
div.DivClassName
{
background-color: #880574;
}
.BgClassName
{
background-color: #880574;
}
</style>
border-color css
<style>
span { border-color: #880574; }
span { border-color: rgb(136,5,116); }
td.TdClassName
{
border-color: #880574;
}
.TagClassName
{
border-color: #880574;
}
</style>