Shades of Purple Heart #5734CA
Tints of Purple Heart #5734CA
RGB
CMYK
RGB Variations
Color information
#5734CA (or 0x5734CA) is known color: Purple Heart. HEX triplet: 57, 34 and CA. RGB value is (87,52,202). Sum of RGB (Red+Green+Blue) = 87+52+202=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5734CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734CA is #A8CB35. Grayscale: #4F4F4F. Windows color (decimal): -11062070 or 13251671. OLE color: 13251671.
HSL color Cylindrical-coordinate representation of color #5734CA: hue angle of 254º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5734CA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 52 | 202 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.21 |
| HSL | 254º | 0.59% | 0.5% | - |
| HSV(B) | 254º | 0.74% | 0.79% | - |
| XYZ | 15.82 | 8.75 | 56.73 | - |
| YUV | 79.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 202 | 0.57 | 0.74 | 0 | 0.21 | 254 | 0.59 | 0.5 |
| Hex | 57 | 34 | CA | 39 | 4A | 0 | 15 | FE | 3B | 32 |
| Octal | 127 | 64 | 312 | 71 | 112 | 0 | 25 | 376 | 73 | 62 |
| Binary | 1010111 | 110100 | 11001010 | 111001 | 1001010 | 0 | 10101 | 11111110 | 111011 | 110010 |
Color Harmonies of #5734CA
Complementary color
Monochromatic Colors of #5734CA
Black with #5734CA
Text Example
Text Example
White with #5734CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5734CA; }
p { color: rgb(87,52,202); }
H1.HeaderClassName
{
color: #5734CA;
}
.AnyTagClassName
{
color: #5734CA;
}
</style>
background-color css
<style>
a { background-color: #5734CA; }
a { background-color: rgb(87,52,202); }
div.DivClassName
{
background-color: #5734CA;
}
.BgClassName
{
background-color: #5734CA;
}
</style>
border-color css
<style>
span { border-color: #5734CA; }
span { border-color: rgb(87,52,202); }
td.TdClassName
{
border-color: #5734CA;
}
.TagClassName
{
border-color: #5734CA;
}
</style>