Shades of Purple Heart #5803CB
Tints of Purple Heart #5803CB
RGB
CMYK
RGB Variations
Color information
#5803CB (or 0x5803CB) is known color: Purple Heart. HEX triplet: 58, 03 and CB. RGB value is (88,3,203). Sum of RGB (Red+Green+Blue) = 88+3+203=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #5803CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803CB is #A7FC34. Grayscale: #323232. Windows color (decimal): -11009077 or 13304664. OLE color: 13304664.
HSL color Cylindrical-coordinate representation of color #5803CB: hue angle of 265.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803CB is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 3 | 203 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.20 |
| HSL | 265.5º | 0.97% | 0.4% | - |
| HSV(B) | 265.5º | 0.99% | 0.8% | - |
| XYZ | 14.84 | 6.45 | 56.96 | - |
| YUV | 51.22 | 213.66 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 203 | 0.57 | 0.99 | 0 | 0.20 | 265.5 | 0.97 | 0.4 |
| Hex | 58 | 3 | CB | 39 | 63 | 0 | 14 | 10A | 61 | 28 |
| Octal | 130 | 3 | 313 | 71 | 143 | 0 | 24 | 412 | 141 | 50 |
| Binary | 1011000 | 11 | 11001011 | 111001 | 1100011 | 0 | 10100 | 100001010 | 1100001 | 101000 |
Color Harmonies of #5803CB
Complementary color
Monochromatic Colors of #5803CB
Black with #5803CB
Text Example
Text Example
White with #5803CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803CB; }
p { color: rgb(88,3,203); }
H1.HeaderClassName
{
color: #5803CB;
}
.AnyTagClassName
{
color: #5803CB;
}
</style>
background-color css
<style>
a { background-color: #5803CB; }
a { background-color: rgb(88,3,203); }
div.DivClassName
{
background-color: #5803CB;
}
.BgClassName
{
background-color: #5803CB;
}
</style>
border-color css
<style>
span { border-color: #5803CB; }
span { border-color: rgb(88,3,203); }
td.TdClassName
{
border-color: #5803CB;
}
.TagClassName
{
border-color: #5803CB;
}
</style>