Shades of Purple Heart #583CCC
Tints of Purple Heart #583CCC
RGB
CMYK
RGB Variations
Color information
#583CCC (or 0x583CCC) is known color: Purple Heart. HEX triplet: 58, 3C and CC. RGB value is (88,60,204). Sum of RGB (Red+Green+Blue) = 88+60+204=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #583CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583CCC is #A7C333. Grayscale: #545454. Windows color (decimal): -10994484 or 13384792. OLE color: 13384792.
HSL color Cylindrical-coordinate representation of color #583CCC: hue angle of 251.67º 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 #583CCC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 60 | 204 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.2 |
| HSL | 251.67º | 0.59% | 0.52% | - |
| HSV(B) | 251.67º | 0.71% | 0.8% | - |
| XYZ | 16.54 | 9.67 | 58.12 | - |
| YUV | 84.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 204 | 0.57 | 0.71 | 0 | 0.2 | 251.67 | 0.59 | 0.52 |
| Hex | 58 | 3C | CC | 39 | 47 | 0 | 14 | FC | 3B | 34 |
| Octal | 130 | 74 | 314 | 71 | 107 | 0 | 24 | 374 | 73 | 64 |
| Binary | 1011000 | 111100 | 11001100 | 111001 | 1000111 | 0 | 10100 | 11111100 | 111011 | 110100 |
Color Harmonies of #583CCC
Complementary color
Monochromatic Colors of #583CCC
Black with #583CCC
Text Example
Text Example
White with #583CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CCC; }
p { color: rgb(88,60,204); }
H1.HeaderClassName
{
color: #583CCC;
}
.AnyTagClassName
{
color: #583CCC;
}
</style>
background-color css
<style>
a { background-color: #583CCC; }
a { background-color: rgb(88,60,204); }
div.DivClassName
{
background-color: #583CCC;
}
.BgClassName
{
background-color: #583CCC;
}
</style>
border-color css
<style>
span { border-color: #583CCC; }
span { border-color: rgb(88,60,204); }
td.TdClassName
{
border-color: #583CCC;
}
.TagClassName
{
border-color: #583CCC;
}
</style>