Shades of Purple Heart #583CBD
Tints of Purple Heart #583CBD
RGB
CMYK
RGB Variations
Color information
#583CBD (or 0x583CBD) is known color: Purple Heart. HEX triplet: 58, 3C and BD. RGB value is (88,60,189). Sum of RGB (Red+Green+Blue) = 88+60+189=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #583CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583CBD is #A7C342. Grayscale: #525252. Windows color (decimal): -10994499 or 12401752. OLE color: 12401752.
HSL color Cylindrical-coordinate representation of color #583CBD: hue angle of 253.02º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #583CBD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 60 | 189 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.26 |
| HSL | 253.02º | 0.52% | 0.49% | - |
| HSV(B) | 253.02º | 0.68% | 0.74% | - |
| XYZ | 14.83 | 8.98 | 49.1 | - |
| YUV | 83.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 189 | 0.53 | 0.68 | 0 | 0.26 | 253.02 | 0.52 | 0.49 |
| Hex | 58 | 3C | BD | 35 | 44 | 0 | 1A | FD | 34 | 31 |
| Octal | 130 | 74 | 275 | 65 | 104 | 0 | 32 | 375 | 64 | 61 |
| Binary | 1011000 | 111100 | 10111101 | 110101 | 1000100 | 0 | 11010 | 11111101 | 110100 | 110001 |
Color Harmonies of #583CBD
Complementary color
Monochromatic Colors of #583CBD
Black with #583CBD
Text Example
Text Example
White with #583CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CBD; }
p { color: rgb(88,60,189); }
H1.HeaderClassName
{
color: #583CBD;
}
.AnyTagClassName
{
color: #583CBD;
}
</style>
background-color css
<style>
a { background-color: #583CBD; }
a { background-color: rgb(88,60,189); }
div.DivClassName
{
background-color: #583CBD;
}
.BgClassName
{
background-color: #583CBD;
}
</style>
border-color css
<style>
span { border-color: #583CBD; }
span { border-color: rgb(88,60,189); }
td.TdClassName
{
border-color: #583CBD;
}
.TagClassName
{
border-color: #583CBD;
}
</style>