Shades of Purple Heart #5723CF
Tints of Purple Heart #5723CF
RGB
CMYK
RGB Variations
Color information
#5723CF (or 0x5723CF) is known color: Purple Heart. HEX triplet: 57, 23 and CF. RGB value is (87,35,207). Sum of RGB (Red+Green+Blue) = 87+35+207=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #5723CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5723CF is #A8DC30. Grayscale: #454545. Windows color (decimal): -11066417 or 13574999. OLE color: 13574999.
HSL color Cylindrical-coordinate representation of color #5723CF: hue angle of 258.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5723CF is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 35 | 207 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.19 |
| HSL | 258.14º | 0.71% | 0.47% | - |
| HSV(B) | 258.14º | 0.83% | 0.81% | - |
| XYZ | 15.79 | 7.73 | 59.69 | - |
| YUV | 70.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 207 | 0.58 | 0.83 | 0 | 0.19 | 258.14 | 0.71 | 0.47 |
| Hex | 57 | 23 | CF | 3A | 53 | 0 | 13 | 102 | 47 | 2F |
| Octal | 127 | 43 | 317 | 72 | 123 | 0 | 23 | 402 | 107 | 57 |
| Binary | 1010111 | 100011 | 11001111 | 111010 | 1010011 | 0 | 10011 | 100000010 | 1000111 | 101111 |
Color Harmonies of #5723CF
Complementary color
Monochromatic Colors of #5723CF
Black with #5723CF
Text Example
Text Example
White with #5723CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723CF; }
p { color: rgb(87,35,207); }
H1.HeaderClassName
{
color: #5723CF;
}
.AnyTagClassName
{
color: #5723CF;
}
</style>
background-color css
<style>
a { background-color: #5723CF; }
a { background-color: rgb(87,35,207); }
div.DivClassName
{
background-color: #5723CF;
}
.BgClassName
{
background-color: #5723CF;
}
</style>
border-color css
<style>
span { border-color: #5723CF; }
span { border-color: rgb(87,35,207); }
td.TdClassName
{
border-color: #5723CF;
}
.TagClassName
{
border-color: #5723CF;
}
</style>