Shades of Purple Heart #5726C1
Tints of Purple Heart #5726C1
RGB
CMYK
RGB Variations
Color information
#5726C1 (or 0x5726C1) is known color: Purple Heart. HEX triplet: 57, 26 and C1. RGB value is (87,38,193). Sum of RGB (Red+Green+Blue) = 87+38+193=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #5726C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5726C1 is #A8D93E. Grayscale: #454545. Windows color (decimal): -11065663 or 12658263. OLE color: 12658263.
HSL color Cylindrical-coordinate representation of color #5726C1: hue angle of 258.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5726C1 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 38 | 193 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.24 |
| HSL | 258.97º | 0.67% | 0.45% | - |
| HSV(B) | 258.97º | 0.8% | 0.76% | - |
| XYZ | 14.25 | 7.26 | 51.1 | - |
| YUV | 70.32 | 197.23 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 193 | 0.55 | 0.80 | 0 | 0.24 | 258.97 | 0.67 | 0.45 |
| Hex | 57 | 26 | C1 | 37 | 50 | 0 | 18 | 103 | 43 | 2D |
| Octal | 127 | 46 | 301 | 67 | 120 | 0 | 30 | 403 | 103 | 55 |
| Binary | 1010111 | 100110 | 11000001 | 110111 | 1010000 | 0 | 11000 | 100000011 | 1000011 | 101101 |
Color Harmonies of #5726C1
Complementary color
Monochromatic Colors of #5726C1
Black with #5726C1
Text Example
Text Example
White with #5726C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5726C1; }
p { color: rgb(87,38,193); }
H1.HeaderClassName
{
color: #5726C1;
}
.AnyTagClassName
{
color: #5726C1;
}
</style>
background-color css
<style>
a { background-color: #5726C1; }
a { background-color: rgb(87,38,193); }
div.DivClassName
{
background-color: #5726C1;
}
.BgClassName
{
background-color: #5726C1;
}
</style>
border-color css
<style>
span { border-color: #5726C1; }
span { border-color: rgb(87,38,193); }
td.TdClassName
{
border-color: #5726C1;
}
.TagClassName
{
border-color: #5726C1;
}
</style>