Shades of Purple Heart #581BA4
Tints of Purple Heart #581BA4
RGB
CMYK
RGB Variations
Color information
#581BA4 (or 0x581BA4) is known color: Purple Heart. HEX triplet: 58, 1B and A4. RGB value is (88,27,164). Sum of RGB (Red+Green+Blue) = 88+27+164=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #581BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BA4 is #A7E45B. Grayscale: #3C3C3C. Windows color (decimal): -11002972 or 10754904. OLE color: 10754904.
HSL color Cylindrical-coordinate representation of color #581BA4: hue angle of 266.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581BA4 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 27 | 164 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.36 |
| HSL | 266.72º | 0.72% | 0.37% | - |
| HSV(B) | 266.72º | 0.84% | 0.64% | - |
| XYZ | 11.12 | 5.54 | 35.61 | - |
| YUV | 60.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 164 | 0.46 | 0.84 | 0 | 0.36 | 266.72 | 0.72 | 0.37 |
| Hex | 58 | 1B | A4 | 2E | 54 | 0 | 24 | 10B | 48 | 25 |
| Octal | 130 | 33 | 244 | 56 | 124 | 0 | 44 | 413 | 110 | 45 |
| Binary | 1011000 | 11011 | 10100100 | 101110 | 1010100 | 0 | 100100 | 100001011 | 1001000 | 100101 |
Color Harmonies of #581BA4
Complementary color
Monochromatic Colors of #581BA4
Black with #581BA4
Text Example
Text Example
White with #581BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BA4; }
p { color: rgb(88,27,164); }
H1.HeaderClassName
{
color: #581BA4;
}
.AnyTagClassName
{
color: #581BA4;
}
</style>
background-color css
<style>
a { background-color: #581BA4; }
a { background-color: rgb(88,27,164); }
div.DivClassName
{
background-color: #581BA4;
}
.BgClassName
{
background-color: #581BA4;
}
</style>
border-color css
<style>
span { border-color: #581BA4; }
span { border-color: rgb(88,27,164); }
td.TdClassName
{
border-color: #581BA4;
}
.TagClassName
{
border-color: #581BA4;
}
</style>