Shades of Purple Heart #581CA8
Tints of Purple Heart #581CA8
RGB
CMYK
RGB Variations
Color information
#581CA8 (or 0x581CA8) is known color: Purple Heart. HEX triplet: 58, 1C and A8. RGB value is (88,28,168). Sum of RGB (Red+Green+Blue) = 88+28+168=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #581CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CA8 is #A7E357. Grayscale: #3D3D3D. Windows color (decimal): -11002712 or 11017304. OLE color: 11017304.
HSL color Cylindrical-coordinate representation of color #581CA8: hue angle of 265.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581CA8 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 28 | 168 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.34 |
| HSL | 265.71º | 0.71% | 0.38% | - |
| HSV(B) | 265.71º | 0.83% | 0.66% | - |
| XYZ | 11.51 | 5.73 | 37.55 | - |
| YUV | 61.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 168 | 0.48 | 0.83 | 0 | 0.34 | 265.71 | 0.71 | 0.38 |
| Hex | 58 | 1C | A8 | 30 | 53 | 0 | 22 | 10A | 47 | 26 |
| Octal | 130 | 34 | 250 | 60 | 123 | 0 | 42 | 412 | 107 | 46 |
| Binary | 1011000 | 11100 | 10101000 | 110000 | 1010011 | 0 | 100010 | 100001010 | 1000111 | 100110 |
Color Harmonies of #581CA8
Complementary color
Monochromatic Colors of #581CA8
Black with #581CA8
Text Example
Text Example
White with #581CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CA8; }
p { color: rgb(88,28,168); }
H1.HeaderClassName
{
color: #581CA8;
}
.AnyTagClassName
{
color: #581CA8;
}
</style>
background-color css
<style>
a { background-color: #581CA8; }
a { background-color: rgb(88,28,168); }
div.DivClassName
{
background-color: #581CA8;
}
.BgClassName
{
background-color: #581CA8;
}
</style>
border-color css
<style>
span { border-color: #581CA8; }
span { border-color: rgb(88,28,168); }
td.TdClassName
{
border-color: #581CA8;
}
.TagClassName
{
border-color: #581CA8;
}
</style>