Shades of Purple Heart #5801CF
Tints of Purple Heart #5801CF
RGB
CMYK
RGB Variations
Color information
#5801CF (or 0x5801CF) is known color: Purple Heart. HEX triplet: 58, 01 and CF. RGB value is (88,1,207). Sum of RGB (Red+Green+Blue) = 88+1+207=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #5801CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5801CF is #A7FE30. Grayscale: #313131. Windows color (decimal): -11009585 or 13566296. OLE color: 13566296.
HSL color Cylindrical-coordinate representation of color #5801CF: hue angle of 265.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5801CF is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 1 | 207 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.19 |
| HSL | 265.34º | 0.99% | 0.41% | - |
| HSV(B) | 265.34º | 1% | 0.81% | - |
| XYZ | 15.3 | 6.6 | 59.5 | - |
| YUV | 50.5 | 216.32 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 207 | 0.57 | 1.00 | 0 | 0.19 | 265.34 | 0.99 | 0.41 |
| Hex | 58 | 1 | CF | 39 | 64 | 0 | 13 | 109 | 63 | 29 |
| Octal | 130 | 1 | 317 | 71 | 144 | 0 | 23 | 411 | 143 | 51 |
| Binary | 1011000 | 1 | 11001111 | 111001 | 1100100 | 0 | 10011 | 100001001 | 1100011 | 101001 |
Color Harmonies of #5801CF
Complementary color
Monochromatic Colors of #5801CF
Black with #5801CF
Text Example
Text Example
White with #5801CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5801CF; }
p { color: rgb(88,1,207); }
H1.HeaderClassName
{
color: #5801CF;
}
.AnyTagClassName
{
color: #5801CF;
}
</style>
background-color css
<style>
a { background-color: #5801CF; }
a { background-color: rgb(88,1,207); }
div.DivClassName
{
background-color: #5801CF;
}
.BgClassName
{
background-color: #5801CF;
}
</style>
border-color css
<style>
span { border-color: #5801CF; }
span { border-color: rgb(88,1,207); }
td.TdClassName
{
border-color: #5801CF;
}
.TagClassName
{
border-color: #5801CF;
}
</style>