Shades of Purple Heart #4702BC
Tints of Purple Heart #4702BC
RGB
CMYK
RGB Variations
Color information
#4702BC (or 0x4702BC) is known color: Purple Heart. HEX triplet: 47, 02 and BC. RGB value is (71,2,188). Sum of RGB (Red+Green+Blue) = 71+2+188=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #4702BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702BC is #B8FD43. Grayscale: #2B2B2B. Windows color (decimal): -12123460 or 12321351. OLE color: 12321351.
HSL color Cylindrical-coordinate representation of color #4702BC: hue angle of 262.26º 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 #4702BC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 2 | 188 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.26 |
| HSL | 262.26º | 0.98% | 0.37% | - |
| HSV(B) | 262.26º | 0.99% | 0.74% | - |
| XYZ | 11.7 | 5.01 | 47.93 | - |
| YUV | 43.84 | 209.36 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 188 | 0.62 | 0.99 | 0 | 0.26 | 262.26 | 0.98 | 0.37 |
| Hex | 47 | 2 | BC | 3E | 63 | 0 | 1A | 106 | 62 | 25 |
| Octal | 107 | 2 | 274 | 76 | 143 | 0 | 32 | 406 | 142 | 45 |
| Binary | 1000111 | 10 | 10111100 | 111110 | 1100011 | 0 | 11010 | 100000110 | 1100010 | 100101 |
Color Harmonies of #4702BC
Complementary color
Monochromatic Colors of #4702BC
Black with #4702BC
Text Example
Text Example
White with #4702BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4702BC; }
p { color: rgb(71,2,188); }
H1.HeaderClassName
{
color: #4702BC;
}
.AnyTagClassName
{
color: #4702BC;
}
</style>
background-color css
<style>
a { background-color: #4702BC; }
a { background-color: rgb(71,2,188); }
div.DivClassName
{
background-color: #4702BC;
}
.BgClassName
{
background-color: #4702BC;
}
</style>
border-color css
<style>
span { border-color: #4702BC; }
span { border-color: rgb(71,2,188); }
td.TdClassName
{
border-color: #4702BC;
}
.TagClassName
{
border-color: #4702BC;
}
</style>