Shades of Purple Heart #581CC3
Tints of Purple Heart #581CC3
RGB
CMYK
RGB Variations
Color information
#581CC3 (or 0x581CC3) is known color: Purple Heart. HEX triplet: 58, 1C and C3. RGB value is (88,28,195). Sum of RGB (Red+Green+Blue) = 88+28+195=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #581CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CC3 is #A7E33C. Grayscale: #404040. Windows color (decimal): -11002685 or 12786776. OLE color: 12786776.
HSL color Cylindrical-coordinate representation of color #581CC3: hue angle of 261.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581CC3 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 28 | 195 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.24 |
| HSL | 261.56º | 0.75% | 0.44% | - |
| HSV(B) | 261.56º | 0.86% | 0.76% | - |
| XYZ | 14.29 | 6.85 | 52.2 | - |
| YUV | 64.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 195 | 0.55 | 0.86 | 0 | 0.24 | 261.56 | 0.75 | 0.44 |
| Hex | 58 | 1C | C3 | 37 | 56 | 0 | 18 | 106 | 4B | 2C |
| Octal | 130 | 34 | 303 | 67 | 126 | 0 | 30 | 406 | 113 | 54 |
| Binary | 1011000 | 11100 | 11000011 | 110111 | 1010110 | 0 | 11000 | 100000110 | 1001011 | 101100 |
Color Harmonies of #581CC3
Complementary color
Monochromatic Colors of #581CC3
Black with #581CC3
Text Example
Text Example
White with #581CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CC3; }
p { color: rgb(88,28,195); }
H1.HeaderClassName
{
color: #581CC3;
}
.AnyTagClassName
{
color: #581CC3;
}
</style>
background-color css
<style>
a { background-color: #581CC3; }
a { background-color: rgb(88,28,195); }
div.DivClassName
{
background-color: #581CC3;
}
.BgClassName
{
background-color: #581CC3;
}
</style>
border-color css
<style>
span { border-color: #581CC3; }
span { border-color: rgb(88,28,195); }
td.TdClassName
{
border-color: #581CC3;
}
.TagClassName
{
border-color: #581CC3;
}
</style>