Shades of Purple Heart #583FB8
Tints of Purple Heart #583FB8
RGB
CMYK
RGB Variations
Color information
#583FB8 (or 0x583FB8) is known color: Purple Heart. HEX triplet: 58, 3F and B8. RGB value is (88,63,184). Sum of RGB (Red+Green+Blue) = 88+63+184=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #583FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583FB8 is #A7C047. Grayscale: #535353. Windows color (decimal): -10993736 or 12074840. OLE color: 12074840.
HSL color Cylindrical-coordinate representation of color #583FB8: hue angle of 252.4º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583FB8 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 63 | 184 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.28 |
| HSL | 252.4º | 0.49% | 0.48% | - |
| HSV(B) | 252.4º | 0.66% | 0.72% | - |
| XYZ | 14.45 | 9.09 | 46.34 | - |
| YUV | 84.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 184 | 0.52 | 0.66 | 0 | 0.28 | 252.4 | 0.49 | 0.48 |
| Hex | 58 | 3F | B8 | 34 | 42 | 0 | 1C | FC | 31 | 30 |
| Octal | 130 | 77 | 270 | 64 | 102 | 0 | 34 | 374 | 61 | 60 |
| Binary | 1011000 | 111111 | 10111000 | 110100 | 1000010 | 0 | 11100 | 11111100 | 110001 | 110000 |
Color Harmonies of #583FB8
Complementary color
Monochromatic Colors of #583FB8
Black with #583FB8
Text Example
Text Example
White with #583FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FB8; }
p { color: rgb(88,63,184); }
H1.HeaderClassName
{
color: #583FB8;
}
.AnyTagClassName
{
color: #583FB8;
}
</style>
background-color css
<style>
a { background-color: #583FB8; }
a { background-color: rgb(88,63,184); }
div.DivClassName
{
background-color: #583FB8;
}
.BgClassName
{
background-color: #583FB8;
}
</style>
border-color css
<style>
span { border-color: #583FB8; }
span { border-color: rgb(88,63,184); }
td.TdClassName
{
border-color: #583FB8;
}
.TagClassName
{
border-color: #583FB8;
}
</style>