Shades of Purple Heart #5821C1
Tints of Purple Heart #5821C1
RGB
CMYK
RGB Variations
Color information
#5821C1 (or 0x5821C1) is known color: Purple Heart. HEX triplet: 58, 21 and C1. RGB value is (88,33,193). Sum of RGB (Red+Green+Blue) = 88+33+193=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #5821C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5821C1 is #A7DE3E. Grayscale: #434343. Windows color (decimal): -11001407 or 12656984. OLE color: 12656984.
HSL color Cylindrical-coordinate representation of color #5821C1: hue angle of 260.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5821C1 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 33 | 193 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.24 |
| HSL | 260.63º | 0.71% | 0.44% | - |
| HSV(B) | 260.63º | 0.83% | 0.76% | - |
| XYZ | 14.19 | 7.01 | 51.06 | - |
| YUV | 67.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 193 | 0.54 | 0.83 | 0 | 0.24 | 260.63 | 0.71 | 0.44 |
| Hex | 58 | 21 | C1 | 36 | 53 | 0 | 18 | 105 | 47 | 2C |
| Octal | 130 | 41 | 301 | 66 | 123 | 0 | 30 | 405 | 107 | 54 |
| Binary | 1011000 | 100001 | 11000001 | 110110 | 1010011 | 0 | 11000 | 100000101 | 1000111 | 101100 |
Color Harmonies of #5821C1
Complementary color
Monochromatic Colors of #5821C1
Black with #5821C1
Text Example
Text Example
White with #5821C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5821C1; }
p { color: rgb(88,33,193); }
H1.HeaderClassName
{
color: #5821C1;
}
.AnyTagClassName
{
color: #5821C1;
}
</style>
background-color css
<style>
a { background-color: #5821C1; }
a { background-color: rgb(88,33,193); }
div.DivClassName
{
background-color: #5821C1;
}
.BgClassName
{
background-color: #5821C1;
}
</style>
border-color css
<style>
span { border-color: #5821C1; }
span { border-color: rgb(88,33,193); }
td.TdClassName
{
border-color: #5821C1;
}
.TagClassName
{
border-color: #5821C1;
}
</style>