Shades of Purple Heart #5727BC
Tints of Purple Heart #5727BC
RGB
CMYK
RGB Variations
Color information
#5727BC (or 0x5727BC) is known color: Purple Heart. HEX triplet: 57, 27 and BC. RGB value is (87,39,188). Sum of RGB (Red+Green+Blue) = 87+39+188=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #5727BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5727BC is #A8D843. Grayscale: #454545. Windows color (decimal): -11065412 or 12330839. OLE color: 12330839.
HSL color Cylindrical-coordinate representation of color #5727BC: hue angle of 259.33º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5727BC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 39 | 188 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.26 |
| HSL | 259.33º | 0.66% | 0.45% | - |
| HSV(B) | 259.33º | 0.79% | 0.74% | - |
| XYZ | 13.73 | 7.11 | 48.23 | - |
| YUV | 70.34 | 194.4 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 188 | 0.54 | 0.79 | 0 | 0.26 | 259.33 | 0.66 | 0.45 |
| Hex | 57 | 27 | BC | 36 | 4F | 0 | 1A | 103 | 42 | 2D |
| Octal | 127 | 47 | 274 | 66 | 117 | 0 | 32 | 403 | 102 | 55 |
| Binary | 1010111 | 100111 | 10111100 | 110110 | 1001111 | 0 | 11010 | 100000011 | 1000010 | 101101 |
Color Harmonies of #5727BC
Complementary color
Monochromatic Colors of #5727BC
Black with #5727BC
Text Example
Text Example
White with #5727BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5727BC; }
p { color: rgb(87,39,188); }
H1.HeaderClassName
{
color: #5727BC;
}
.AnyTagClassName
{
color: #5727BC;
}
</style>
background-color css
<style>
a { background-color: #5727BC; }
a { background-color: rgb(87,39,188); }
div.DivClassName
{
background-color: #5727BC;
}
.BgClassName
{
background-color: #5727BC;
}
</style>
border-color css
<style>
span { border-color: #5727BC; }
span { border-color: rgb(87,39,188); }
td.TdClassName
{
border-color: #5727BC;
}
.TagClassName
{
border-color: #5727BC;
}
</style>