Shades of Purple Heart #5803BD
Tints of Purple Heart #5803BD
RGB
CMYK
RGB Variations
Color information
#5803BD (or 0x5803BD) is known color: Purple Heart. HEX triplet: 58, 03 and BD. RGB value is (88,3,189). Sum of RGB (Red+Green+Blue) = 88+3+189=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #5803BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803BD is #A7FC42. Grayscale: #303030. Windows color (decimal): -11009091 or 12387160. OLE color: 12387160.
HSL color Cylindrical-coordinate representation of color #5803BD: hue angle of 267.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5803BD is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 3 | 189 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.26 |
| HSL | 267.42º | 0.97% | 0.38% | - |
| HSV(B) | 267.42º | 0.98% | 0.74% | - |
| XYZ | 13.24 | 5.81 | 48.57 | - |
| YUV | 49.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 189 | 0.53 | 0.98 | 0 | 0.26 | 267.42 | 0.97 | 0.38 |
| Hex | 58 | 3 | BD | 35 | 62 | 0 | 1A | 10B | 61 | 26 |
| Octal | 130 | 3 | 275 | 65 | 142 | 0 | 32 | 413 | 141 | 46 |
| Binary | 1011000 | 11 | 10111101 | 110101 | 1100010 | 0 | 11010 | 100001011 | 1100001 | 100110 |
Color Harmonies of #5803BD
Complementary color
Monochromatic Colors of #5803BD
Black with #5803BD
Text Example
Text Example
White with #5803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803BD; }
p { color: rgb(88,3,189); }
H1.HeaderClassName
{
color: #5803BD;
}
.AnyTagClassName
{
color: #5803BD;
}
</style>
background-color css
<style>
a { background-color: #5803BD; }
a { background-color: rgb(88,3,189); }
div.DivClassName
{
background-color: #5803BD;
}
.BgClassName
{
background-color: #5803BD;
}
</style>
border-color css
<style>
span { border-color: #5803BD; }
span { border-color: rgb(88,3,189); }
td.TdClassName
{
border-color: #5803BD;
}
.TagClassName
{
border-color: #5803BD;
}
</style>