Shades of Purple Heart #4727BC
Tints of Purple Heart #4727BC
RGB
CMYK
RGB Variations
Color information
#4727BC (or 0x4727BC) is known color: Purple Heart. HEX triplet: 47, 27 and BC. RGB value is (71,39,188). Sum of RGB (Red+Green+Blue) = 71+39+188=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #4727BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4727BC is #B8D843. Grayscale: #404040. Windows color (decimal): -12113988 or 12330823. OLE color: 12330823.
HSL color Cylindrical-coordinate representation of color #4727BC: hue angle of 252.89º 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 #4727BC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 39 | 188 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.26 |
| HSL | 252.89º | 0.66% | 0.45% | - |
| HSV(B) | 252.89º | 0.79% | 0.74% | - |
| XYZ | 12.4 | 6.42 | 48.16 | - |
| YUV | 65.55 | 197.1 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 188 | 0.62 | 0.79 | 0 | 0.26 | 252.89 | 0.66 | 0.45 |
| Hex | 47 | 27 | BC | 3E | 4F | 0 | 1A | FD | 42 | 2D |
| Octal | 107 | 47 | 274 | 76 | 117 | 0 | 32 | 375 | 102 | 55 |
| Binary | 1000111 | 100111 | 10111100 | 111110 | 1001111 | 0 | 11010 | 11111101 | 1000010 | 101101 |
Color Harmonies of #4727BC
Complementary color
Monochromatic Colors of #4727BC
Black with #4727BC
Text Example
Text Example
White with #4727BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4727BC; }
p { color: rgb(71,39,188); }
H1.HeaderClassName
{
color: #4727BC;
}
.AnyTagClassName
{
color: #4727BC;
}
</style>
background-color css
<style>
a { background-color: #4727BC; }
a { background-color: rgb(71,39,188); }
div.DivClassName
{
background-color: #4727BC;
}
.BgClassName
{
background-color: #4727BC;
}
</style>
border-color css
<style>
span { border-color: #4727BC; }
span { border-color: rgb(71,39,188); }
td.TdClassName
{
border-color: #4727BC;
}
.TagClassName
{
border-color: #4727BC;
}
</style>