Shades of Purple Heart #5702BC
Tints of Purple Heart #5702BC
RGB
CMYK
RGB Variations
Color information
#5702BC (or 0x5702BC) is known color: Purple Heart. HEX triplet: 57, 02 and BC. RGB value is (87,2,188). Sum of RGB (Red+Green+Blue) = 87+2+188=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #5702BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702BC is #A8FD43. Grayscale: #2F2F2F. Windows color (decimal): -11074884 or 12321367. OLE color: 12321367.
HSL color Cylindrical-coordinate representation of color #5702BC: hue angle of 267.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702BC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 2 | 188 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.26 |
| HSL | 267.42º | 0.98% | 0.37% | - |
| HSV(B) | 267.42º | 0.99% | 0.74% | - |
| XYZ | 13.03 | 5.7 | 47.99 | - |
| YUV | 48.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 188 | 0.54 | 0.99 | 0 | 0.26 | 267.42 | 0.98 | 0.37 |
| Hex | 57 | 2 | BC | 36 | 63 | 0 | 1A | 10B | 62 | 25 |
| Octal | 127 | 2 | 274 | 66 | 143 | 0 | 32 | 413 | 142 | 45 |
| Binary | 1010111 | 10 | 10111100 | 110110 | 1100011 | 0 | 11010 | 100001011 | 1100010 | 100101 |
Color Harmonies of #5702BC
Complementary color
Monochromatic Colors of #5702BC
Black with #5702BC
Text Example
Text Example
White with #5702BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702BC; }
p { color: rgb(87,2,188); }
H1.HeaderClassName
{
color: #5702BC;
}
.AnyTagClassName
{
color: #5702BC;
}
</style>
background-color css
<style>
a { background-color: #5702BC; }
a { background-color: rgb(87,2,188); }
div.DivClassName
{
background-color: #5702BC;
}
.BgClassName
{
background-color: #5702BC;
}
</style>
border-color css
<style>
span { border-color: #5702BC; }
span { border-color: rgb(87,2,188); }
td.TdClassName
{
border-color: #5702BC;
}
.TagClassName
{
border-color: #5702BC;
}
</style>