Shades of Purple Heart #581BC6
Tints of Purple Heart #581BC6
RGB
CMYK
RGB Variations
Color information
#581BC6 (or 0x581BC6) is known color: Purple Heart. HEX triplet: 58, 1B and C6. RGB value is (88,27,198). Sum of RGB (Red+Green+Blue) = 88+27+198=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #581BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BC6 is #A7E439. Grayscale: #404040. Windows color (decimal): -11002938 or 12983128. OLE color: 12983128.
HSL color Cylindrical-coordinate representation of color #581BC6: hue angle of 261.4º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581BC6 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 27 | 198 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.22 |
| HSL | 261.4º | 0.76% | 0.44% | - |
| HSV(B) | 261.4º | 0.86% | 0.78% | - |
| XYZ | 14.61 | 6.94 | 53.99 | - |
| YUV | 64.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 198 | 0.56 | 0.86 | 0 | 0.22 | 261.4 | 0.76 | 0.44 |
| Hex | 58 | 1B | C6 | 38 | 56 | 0 | 16 | 105 | 4C | 2C |
| Octal | 130 | 33 | 306 | 70 | 126 | 0 | 26 | 405 | 114 | 54 |
| Binary | 1011000 | 11011 | 11000110 | 111000 | 1010110 | 0 | 10110 | 100000101 | 1001100 | 101100 |
Color Harmonies of #581BC6
Complementary color
Monochromatic Colors of #581BC6
Black with #581BC6
Text Example
Text Example
White with #581BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BC6; }
p { color: rgb(88,27,198); }
H1.HeaderClassName
{
color: #581BC6;
}
.AnyTagClassName
{
color: #581BC6;
}
</style>
background-color css
<style>
a { background-color: #581BC6; }
a { background-color: rgb(88,27,198); }
div.DivClassName
{
background-color: #581BC6;
}
.BgClassName
{
background-color: #581BC6;
}
</style>
border-color css
<style>
span { border-color: #581BC6; }
span { border-color: rgb(88,27,198); }
td.TdClassName
{
border-color: #581BC6;
}
.TagClassName
{
border-color: #581BC6;
}
</style>