Shades of Purple Heart #581CB3
Tints of Purple Heart #581CB3
RGB
CMYK
RGB Variations
Color information
#581CB3 (or 0x581CB3) is known color: Purple Heart. HEX triplet: 58, 1C and B3. RGB value is (88,28,179). Sum of RGB (Red+Green+Blue) = 88+28+179=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #581CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CB3 is #A7E34C. Grayscale: #3E3E3E. Windows color (decimal): -11002701 or 11738200. OLE color: 11738200.
HSL color Cylindrical-coordinate representation of color #581CB3: hue angle of 263.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581CB3 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 28 | 179 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.30 |
| HSL | 263.84º | 0.73% | 0.41% | - |
| HSV(B) | 263.84º | 0.84% | 0.7% | - |
| XYZ | 12.58 | 6.16 | 43.17 | - |
| YUV | 63.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 179 | 0.51 | 0.84 | 0 | 0.30 | 263.84 | 0.73 | 0.41 |
| Hex | 58 | 1C | B3 | 33 | 54 | 0 | 1E | 108 | 49 | 29 |
| Octal | 130 | 34 | 263 | 63 | 124 | 0 | 36 | 410 | 111 | 51 |
| Binary | 1011000 | 11100 | 10110011 | 110011 | 1010100 | 0 | 11110 | 100001000 | 1001001 | 101001 |
Color Harmonies of #581CB3
Complementary color
Monochromatic Colors of #581CB3
Black with #581CB3
Text Example
Text Example
White with #581CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CB3; }
p { color: rgb(88,28,179); }
H1.HeaderClassName
{
color: #581CB3;
}
.AnyTagClassName
{
color: #581CB3;
}
</style>
background-color css
<style>
a { background-color: #581CB3; }
a { background-color: rgb(88,28,179); }
div.DivClassName
{
background-color: #581CB3;
}
.BgClassName
{
background-color: #581CB3;
}
</style>
border-color css
<style>
span { border-color: #581CB3; }
span { border-color: rgb(88,28,179); }
td.TdClassName
{
border-color: #581CB3;
}
.TagClassName
{
border-color: #581CB3;
}
</style>