Shades of Purple Heart #581BC1
Tints of Purple Heart #581BC1
RGB
CMYK
RGB Variations
Color information
#581BC1 (or 0x581BC1) is known color: Purple Heart. HEX triplet: 58, 1B and C1. RGB value is (88,27,193). Sum of RGB (Red+Green+Blue) = 88+27+193=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #581BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BC1 is #A7E43E. Grayscale: #3F3F3F. Windows color (decimal): -11002943 or 12655448. OLE color: 12655448.
HSL color Cylindrical-coordinate representation of color #581BC1: hue angle of 262.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581BC1 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 27 | 193 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.24 |
| HSL | 262.05º | 0.75% | 0.43% | - |
| HSV(B) | 262.05º | 0.86% | 0.76% | - |
| XYZ | 14.04 | 6.71 | 51.01 | - |
| YUV | 64.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 193 | 0.54 | 0.86 | 0 | 0.24 | 262.05 | 0.75 | 0.43 |
| Hex | 58 | 1B | C1 | 36 | 56 | 0 | 18 | 106 | 4B | 2B |
| Octal | 130 | 33 | 301 | 66 | 126 | 0 | 30 | 406 | 113 | 53 |
| Binary | 1011000 | 11011 | 11000001 | 110110 | 1010110 | 0 | 11000 | 100000110 | 1001011 | 101011 |
Color Harmonies of #581BC1
Complementary color
Monochromatic Colors of #581BC1
Black with #581BC1
Text Example
Text Example
White with #581BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BC1; }
p { color: rgb(88,27,193); }
H1.HeaderClassName
{
color: #581BC1;
}
.AnyTagClassName
{
color: #581BC1;
}
</style>
background-color css
<style>
a { background-color: #581BC1; }
a { background-color: rgb(88,27,193); }
div.DivClassName
{
background-color: #581BC1;
}
.BgClassName
{
background-color: #581BC1;
}
</style>
border-color css
<style>
span { border-color: #581BC1; }
span { border-color: rgb(88,27,193); }
td.TdClassName
{
border-color: #581BC1;
}
.TagClassName
{
border-color: #581BC1;
}
</style>