Shades of Purple Heart #5701BE
Tints of Purple Heart #5701BE
RGB
CMYK
RGB Variations
Color information
#5701BE (or 0x5701BE) is known color: Purple Heart. HEX triplet: 57, 01 and BE. RGB value is (87,1,190). Sum of RGB (Red+Green+Blue) = 87+1+190=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #5701BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5701BE is #A8FE41. Grayscale: #2F2F2F. Windows color (decimal): -11075138 or 12452183. OLE color: 12452183.
HSL color Cylindrical-coordinate representation of color #5701BE: hue angle of 267.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5701BE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 1 | 190 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.25 |
| HSL | 267.3º | 0.99% | 0.37% | - |
| HSV(B) | 267.3º | 0.99% | 0.75% | - |
| XYZ | 13.24 | 5.77 | 49.13 | - |
| YUV | 48.26 | 207.99 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 190 | 0.54 | 0.99 | 0 | 0.25 | 267.3 | 0.99 | 0.37 |
| Hex | 57 | 1 | BE | 36 | 63 | 0 | 19 | 10B | 63 | 25 |
| Octal | 127 | 1 | 276 | 66 | 143 | 0 | 31 | 413 | 143 | 45 |
| Binary | 1010111 | 1 | 10111110 | 110110 | 1100011 | 0 | 11001 | 100001011 | 1100011 | 100101 |
Color Harmonies of #5701BE
Complementary color
Monochromatic Colors of #5701BE
Black with #5701BE
Text Example
Text Example
White with #5701BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5701BE; }
p { color: rgb(87,1,190); }
H1.HeaderClassName
{
color: #5701BE;
}
.AnyTagClassName
{
color: #5701BE;
}
</style>
background-color css
<style>
a { background-color: #5701BE; }
a { background-color: rgb(87,1,190); }
div.DivClassName
{
background-color: #5701BE;
}
.BgClassName
{
background-color: #5701BE;
}
</style>
border-color css
<style>
span { border-color: #5701BE; }
span { border-color: rgb(87,1,190); }
td.TdClassName
{
border-color: #5701BE;
}
.TagClassName
{
border-color: #5701BE;
}
</style>