Shades of Purple Heart #583CCD
Tints of Purple Heart #583CCD
RGB
CMYK
RGB Variations
Color information
#583CCD (or 0x583CCD) is known color: Purple Heart. HEX triplet: 58, 3C and CD. RGB value is (88,60,205). Sum of RGB (Red+Green+Blue) = 88+60+205=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #583CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583CCD is #A7C332. Grayscale: #545454. Windows color (decimal): -10994483 or 13450328. OLE color: 13450328.
HSL color Cylindrical-coordinate representation of color #583CCD: hue angle of 251.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #583CCD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 60 | 205 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.20 |
| HSL | 251.59º | 0.59% | 0.52% | - |
| HSV(B) | 251.59º | 0.71% | 0.8% | - |
| XYZ | 16.66 | 9.71 | 58.75 | - |
| YUV | 84.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 205 | 0.57 | 0.71 | 0 | 0.20 | 251.59 | 0.59 | 0.52 |
| Hex | 58 | 3C | CD | 39 | 47 | 0 | 14 | FC | 3B | 34 |
| Octal | 130 | 74 | 315 | 71 | 107 | 0 | 24 | 374 | 73 | 64 |
| Binary | 1011000 | 111100 | 11001101 | 111001 | 1000111 | 0 | 10100 | 11111100 | 111011 | 110100 |
Color Harmonies of #583CCD
Complementary color
Monochromatic Colors of #583CCD
Black with #583CCD
Text Example
Text Example
White with #583CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CCD; }
p { color: rgb(88,60,205); }
H1.HeaderClassName
{
color: #583CCD;
}
.AnyTagClassName
{
color: #583CCD;
}
</style>
background-color css
<style>
a { background-color: #583CCD; }
a { background-color: rgb(88,60,205); }
div.DivClassName
{
background-color: #583CCD;
}
.BgClassName
{
background-color: #583CCD;
}
</style>
border-color css
<style>
span { border-color: #583CCD; }
span { border-color: rgb(88,60,205); }
td.TdClassName
{
border-color: #583CCD;
}
.TagClassName
{
border-color: #583CCD;
}
</style>