Shades of Purple Heart #5824C2
Tints of Purple Heart #5824C2
RGB
CMYK
RGB Variations
Color information
#5824C2 (or 0x5824C2) is known color: Purple Heart. HEX triplet: 58, 24 and C2. RGB value is (88,36,194). Sum of RGB (Red+Green+Blue) = 88+36+194=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #5824C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5824C2 is #A7DB3D. Grayscale: #444444. Windows color (decimal): -11000638 or 12723288. OLE color: 12723288.
HSL color Cylindrical-coordinate representation of color #5824C2: hue angle of 259.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5824C2 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 36 | 194 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.24 |
| HSL | 259.75º | 0.69% | 0.45% | - |
| HSV(B) | 259.75º | 0.81% | 0.76% | - |
| XYZ | 14.39 | 7.23 | 51.68 | - |
| YUV | 69.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 194 | 0.55 | 0.81 | 0 | 0.24 | 259.75 | 0.69 | 0.45 |
| Hex | 58 | 24 | C2 | 37 | 51 | 0 | 18 | 104 | 45 | 2D |
| Octal | 130 | 44 | 302 | 67 | 121 | 0 | 30 | 404 | 105 | 55 |
| Binary | 1011000 | 100100 | 11000010 | 110111 | 1010001 | 0 | 11000 | 100000100 | 1000101 | 101101 |
Color Harmonies of #5824C2
Complementary color
Monochromatic Colors of #5824C2
Black with #5824C2
Text Example
Text Example
White with #5824C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5824C2; }
p { color: rgb(88,36,194); }
H1.HeaderClassName
{
color: #5824C2;
}
.AnyTagClassName
{
color: #5824C2;
}
</style>
background-color css
<style>
a { background-color: #5824C2; }
a { background-color: rgb(88,36,194); }
div.DivClassName
{
background-color: #5824C2;
}
.BgClassName
{
background-color: #5824C2;
}
</style>
border-color css
<style>
span { border-color: #5824C2; }
span { border-color: rgb(88,36,194); }
td.TdClassName
{
border-color: #5824C2;
}
.TagClassName
{
border-color: #5824C2;
}
</style>