Shades of Purple Heart #4705BC
Tints of Purple Heart #4705BC
RGB
CMYK
RGB Variations
Color information
#4705BC (or 0x4705BC) is known color: Purple Heart. HEX triplet: 47, 05 and BC. RGB value is (71,5,188). Sum of RGB (Red+Green+Blue) = 71+5+188=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #4705BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705BC is #B8FA43. Grayscale: #2C2C2C. Windows color (decimal): -12122692 or 12322119. OLE color: 12322119.
HSL color Cylindrical-coordinate representation of color #4705BC: hue angle of 261.64º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4705BC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 5 | 188 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.26 |
| HSL | 261.64º | 0.95% | 0.38% | - |
| HSV(B) | 261.64º | 0.97% | 0.74% | - |
| XYZ | 11.73 | 5.08 | 47.94 | - |
| YUV | 45.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 188 | 0.62 | 0.97 | 0 | 0.26 | 261.64 | 0.95 | 0.38 |
| Hex | 47 | 5 | BC | 3E | 61 | 0 | 1A | 106 | 5F | 26 |
| Octal | 107 | 5 | 274 | 76 | 141 | 0 | 32 | 406 | 137 | 46 |
| Binary | 1000111 | 101 | 10111100 | 111110 | 1100001 | 0 | 11010 | 100000110 | 1011111 | 100110 |
Color Harmonies of #4705BC
Complementary color
Monochromatic Colors of #4705BC
Black with #4705BC
Text Example
Text Example
White with #4705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705BC; }
p { color: rgb(71,5,188); }
H1.HeaderClassName
{
color: #4705BC;
}
.AnyTagClassName
{
color: #4705BC;
}
</style>
background-color css
<style>
a { background-color: #4705BC; }
a { background-color: rgb(71,5,188); }
div.DivClassName
{
background-color: #4705BC;
}
.BgClassName
{
background-color: #4705BC;
}
</style>
border-color css
<style>
span { border-color: #4705BC; }
span { border-color: rgb(71,5,188); }
td.TdClassName
{
border-color: #4705BC;
}
.TagClassName
{
border-color: #4705BC;
}
</style>