Shades of Purple Heart #581EC3
Tints of Purple Heart #581EC3
RGB
CMYK
RGB Variations
Color information
#581EC3 (or 0x581EC3) is known color: Purple Heart. HEX triplet: 58, 1E and C3. RGB value is (88,30,195). Sum of RGB (Red+Green+Blue) = 88+30+195=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #581EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581EC3 is #A7E13C. Grayscale: #414141. Windows color (decimal): -11002173 or 12787288. OLE color: 12787288.
HSL color Cylindrical-coordinate representation of color #581EC3: hue angle of 261.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581EC3 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 30 | 195 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.24 |
| HSL | 261.09º | 0.73% | 0.44% | - |
| HSV(B) | 261.09º | 0.85% | 0.76% | - |
| XYZ | 14.34 | 6.94 | 52.21 | - |
| YUV | 66.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 195 | 0.55 | 0.85 | 0 | 0.24 | 261.09 | 0.73 | 0.44 |
| Hex | 58 | 1E | C3 | 37 | 55 | 0 | 18 | 105 | 49 | 2C |
| Octal | 130 | 36 | 303 | 67 | 125 | 0 | 30 | 405 | 111 | 54 |
| Binary | 1011000 | 11110 | 11000011 | 110111 | 1010101 | 0 | 11000 | 100000101 | 1001001 | 101100 |
Color Harmonies of #581EC3
Complementary color
Monochromatic Colors of #581EC3
Black with #581EC3
Text Example
Text Example
White with #581EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EC3; }
p { color: rgb(88,30,195); }
H1.HeaderClassName
{
color: #581EC3;
}
.AnyTagClassName
{
color: #581EC3;
}
</style>
background-color css
<style>
a { background-color: #581EC3; }
a { background-color: rgb(88,30,195); }
div.DivClassName
{
background-color: #581EC3;
}
.BgClassName
{
background-color: #581EC3;
}
</style>
border-color css
<style>
span { border-color: #581EC3; }
span { border-color: rgb(88,30,195); }
td.TdClassName
{
border-color: #581EC3;
}
.TagClassName
{
border-color: #581EC3;
}
</style>