Shades of Purple Heart #581CCE
Tints of Purple Heart #581CCE
RGB
CMYK
RGB Variations
Color information
#581CCE (or 0x581CCE) is known color: Purple Heart. HEX triplet: 58, 1C and CE. RGB value is (88,28,206). Sum of RGB (Red+Green+Blue) = 88+28+206=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #581CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CCE is #A7E331. Grayscale: #414141. Windows color (decimal): -11002674 or 13507672. OLE color: 13507672.
HSL color Cylindrical-coordinate representation of color #581CCE: hue angle of 260.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581CCE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 28 | 206 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.19 |
| HSL | 260.22º | 0.76% | 0.46% | - |
| HSV(B) | 260.22º | 0.86% | 0.81% | - |
| XYZ | 15.58 | 7.36 | 58.99 | - |
| YUV | 66.23 | 206.88 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 206 | 0.57 | 0.86 | 0 | 0.19 | 260.22 | 0.76 | 0.46 |
| Hex | 58 | 1C | CE | 39 | 56 | 0 | 13 | 104 | 4C | 2E |
| Octal | 130 | 34 | 316 | 71 | 126 | 0 | 23 | 404 | 114 | 56 |
| Binary | 1011000 | 11100 | 11001110 | 111001 | 1010110 | 0 | 10011 | 100000100 | 1001100 | 101110 |
Color Harmonies of #581CCE
Complementary color
Monochromatic Colors of #581CCE
Black with #581CCE
Text Example
Text Example
White with #581CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CCE; }
p { color: rgb(88,28,206); }
H1.HeaderClassName
{
color: #581CCE;
}
.AnyTagClassName
{
color: #581CCE;
}
</style>
background-color css
<style>
a { background-color: #581CCE; }
a { background-color: rgb(88,28,206); }
div.DivClassName
{
background-color: #581CCE;
}
.BgClassName
{
background-color: #581CCE;
}
</style>
border-color css
<style>
span { border-color: #581CCE; }
span { border-color: rgb(88,28,206); }
td.TdClassName
{
border-color: #581CCE;
}
.TagClassName
{
border-color: #581CCE;
}
</style>