Shades of Purple Heart #581BCB
Tints of Purple Heart #581BCB
RGB
CMYK
RGB Variations
Color information
#581BCB (or 0x581BCB) is known color: Purple Heart. HEX triplet: 58, 1B and CB. RGB value is (88,27,203). Sum of RGB (Red+Green+Blue) = 88+27+203=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #581BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BCB is #A7E434. Grayscale: #404040. Windows color (decimal): -11002933 or 13310808. OLE color: 13310808.
HSL color Cylindrical-coordinate representation of color #581BCB: hue angle of 260.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BCB is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 27 | 203 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.20 |
| HSL | 260.8º | 0.77% | 0.45% | - |
| HSV(B) | 260.8º | 0.87% | 0.8% | - |
| XYZ | 15.2 | 7.17 | 57.08 | - |
| YUV | 65.3 | 205.71 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 203 | 0.57 | 0.87 | 0 | 0.20 | 260.8 | 0.77 | 0.45 |
| Hex | 58 | 1B | CB | 39 | 57 | 0 | 14 | 105 | 4D | 2D |
| Octal | 130 | 33 | 313 | 71 | 127 | 0 | 24 | 405 | 115 | 55 |
| Binary | 1011000 | 11011 | 11001011 | 111001 | 1010111 | 0 | 10100 | 100000101 | 1001101 | 101101 |
Color Harmonies of #581BCB
Complementary color
Monochromatic Colors of #581BCB
Black with #581BCB
Text Example
Text Example
White with #581BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BCB; }
p { color: rgb(88,27,203); }
H1.HeaderClassName
{
color: #581BCB;
}
.AnyTagClassName
{
color: #581BCB;
}
</style>
background-color css
<style>
a { background-color: #581BCB; }
a { background-color: rgb(88,27,203); }
div.DivClassName
{
background-color: #581BCB;
}
.BgClassName
{
background-color: #581BCB;
}
</style>
border-color css
<style>
span { border-color: #581BCB; }
span { border-color: rgb(88,27,203); }
td.TdClassName
{
border-color: #581BCB;
}
.TagClassName
{
border-color: #581BCB;
}
</style>