Shades of Purple Heart #5734CE
Tints of Purple Heart #5734CE
RGB
CMYK
RGB Variations
Color information
#5734CE (or 0x5734CE) is known color: Purple Heart. HEX triplet: 57, 34 and CE. RGB value is (87,52,206). Sum of RGB (Red+Green+Blue) = 87+52+206=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #5734CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734CE is #A8CB31. Grayscale: #4F4F4F. Windows color (decimal): -11062066 or 13513815. OLE color: 13513815.
HSL color Cylindrical-coordinate representation of color #5734CE: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5734CE is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 52 | 206 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.19 |
| HSL | 253.64º | 0.61% | 0.51% | - |
| HSV(B) | 253.64º | 0.75% | 0.81% | - |
| XYZ | 16.3 | 8.94 | 59.26 | - |
| YUV | 80.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 206 | 0.58 | 0.75 | 0 | 0.19 | 253.64 | 0.61 | 0.51 |
| Hex | 57 | 34 | CE | 3A | 4B | 0 | 13 | FE | 3D | 33 |
| Octal | 127 | 64 | 316 | 72 | 113 | 0 | 23 | 376 | 75 | 63 |
| Binary | 1010111 | 110100 | 11001110 | 111010 | 1001011 | 0 | 10011 | 11111110 | 111101 | 110011 |
Color Harmonies of #5734CE
Complementary color
Monochromatic Colors of #5734CE
Black with #5734CE
Text Example
Text Example
White with #5734CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5734CE; }
p { color: rgb(87,52,206); }
H1.HeaderClassName
{
color: #5734CE;
}
.AnyTagClassName
{
color: #5734CE;
}
</style>
background-color css
<style>
a { background-color: #5734CE; }
a { background-color: rgb(87,52,206); }
div.DivClassName
{
background-color: #5734CE;
}
.BgClassName
{
background-color: #5734CE;
}
</style>
border-color css
<style>
span { border-color: #5734CE; }
span { border-color: rgb(87,52,206); }
td.TdClassName
{
border-color: #5734CE;
}
.TagClassName
{
border-color: #5734CE;
}
</style>