Shades of Purple Heart #4704BC
Tints of Purple Heart #4704BC
RGB
CMYK
RGB Variations
Color information
#4704BC (or 0x4704BC) is known color: Purple Heart. HEX triplet: 47, 04 and BC. RGB value is (71,4,188). Sum of RGB (Red+Green+Blue) = 71+4+188=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #4704BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704BC is #B8FB43. Grayscale: #2C2C2C. Windows color (decimal): -12122948 or 12321863. OLE color: 12321863.
HSL color Cylindrical-coordinate representation of color #4704BC: hue angle of 261.85º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704BC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 4 | 188 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.26 |
| HSL | 261.85º | 0.96% | 0.38% | - |
| HSV(B) | 261.85º | 0.98% | 0.74% | - |
| XYZ | 11.72 | 5.06 | 47.94 | - |
| YUV | 45.01 | 208.7 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 188 | 0.62 | 0.98 | 0 | 0.26 | 261.85 | 0.96 | 0.38 |
| Hex | 47 | 4 | BC | 3E | 62 | 0 | 1A | 106 | 60 | 26 |
| Octal | 107 | 4 | 274 | 76 | 142 | 0 | 32 | 406 | 140 | 46 |
| Binary | 1000111 | 100 | 10111100 | 111110 | 1100010 | 0 | 11010 | 100000110 | 1100000 | 100110 |
Color Harmonies of #4704BC
Complementary color
Monochromatic Colors of #4704BC
Black with #4704BC
Text Example
Text Example
White with #4704BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704BC; }
p { color: rgb(71,4,188); }
H1.HeaderClassName
{
color: #4704BC;
}
.AnyTagClassName
{
color: #4704BC;
}
</style>
background-color css
<style>
a { background-color: #4704BC; }
a { background-color: rgb(71,4,188); }
div.DivClassName
{
background-color: #4704BC;
}
.BgClassName
{
background-color: #4704BC;
}
</style>
border-color css
<style>
span { border-color: #4704BC; }
span { border-color: rgb(71,4,188); }
td.TdClassName
{
border-color: #4704BC;
}
.TagClassName
{
border-color: #4704BC;
}
</style>