Shades of Purple Heart #5721C6
Tints of Purple Heart #5721C6
RGB
CMYK
RGB Variations
Color information
#5721C6 (or 0x5721C6) is known color: Purple Heart. HEX triplet: 57, 21 and C6. RGB value is (87,33,198). Sum of RGB (Red+Green+Blue) = 87+33+198=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #5721C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721C6 is #A8DE39. Grayscale: #434343. Windows color (decimal): -11066938 or 12984663. OLE color: 12984663.
HSL color Cylindrical-coordinate representation of color #5721C6: hue angle of 259.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5721C6 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 33 | 198 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.22 |
| HSL | 259.64º | 0.71% | 0.45% | - |
| HSV(B) | 259.64º | 0.83% | 0.78% | - |
| XYZ | 14.67 | 7.19 | 54.04 | - |
| YUV | 67.96 | 201.39 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 198 | 0.56 | 0.83 | 0 | 0.22 | 259.64 | 0.71 | 0.45 |
| Hex | 57 | 21 | C6 | 38 | 53 | 0 | 16 | 104 | 47 | 2D |
| Octal | 127 | 41 | 306 | 70 | 123 | 0 | 26 | 404 | 107 | 55 |
| Binary | 1010111 | 100001 | 11000110 | 111000 | 1010011 | 0 | 10110 | 100000100 | 1000111 | 101101 |
Color Harmonies of #5721C6
Complementary color
Monochromatic Colors of #5721C6
Black with #5721C6
Text Example
Text Example
White with #5721C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721C6; }
p { color: rgb(87,33,198); }
H1.HeaderClassName
{
color: #5721C6;
}
.AnyTagClassName
{
color: #5721C6;
}
</style>
background-color css
<style>
a { background-color: #5721C6; }
a { background-color: rgb(87,33,198); }
div.DivClassName
{
background-color: #5721C6;
}
.BgClassName
{
background-color: #5721C6;
}
</style>
border-color css
<style>
span { border-color: #5721C6; }
span { border-color: rgb(87,33,198); }
td.TdClassName
{
border-color: #5721C6;
}
.TagClassName
{
border-color: #5721C6;
}
</style>