Shades of Purple Heart #4721BC
Tints of Purple Heart #4721BC
RGB
CMYK
RGB Variations
Color information
#4721BC (or 0x4721BC) is known color: Purple Heart. HEX triplet: 47, 21 and BC. RGB value is (71,33,188). Sum of RGB (Red+Green+Blue) = 71+33+188=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4721BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4721BC is #B8DE43. Grayscale: #3D3D3D. Windows color (decimal): -12115524 or 12329287. OLE color: 12329287.
HSL color Cylindrical-coordinate representation of color #4721BC: hue angle of 254.71º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4721BC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 33 | 188 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.26 |
| HSL | 254.71º | 0.7% | 0.43% | - |
| HSV(B) | 254.71º | 0.82% | 0.74% | - |
| XYZ | 12.22 | 6.06 | 48.1 | - |
| YUV | 62.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 188 | 0.62 | 0.82 | 0 | 0.26 | 254.71 | 0.7 | 0.43 |
| Hex | 47 | 21 | BC | 3E | 52 | 0 | 1A | FF | 46 | 2B |
| Octal | 107 | 41 | 274 | 76 | 122 | 0 | 32 | 377 | 106 | 53 |
| Binary | 1000111 | 100001 | 10111100 | 111110 | 1010010 | 0 | 11010 | 11111111 | 1000110 | 101011 |
Color Harmonies of #4721BC
Complementary color
Monochromatic Colors of #4721BC
Black with #4721BC
Text Example
Text Example
White with #4721BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4721BC; }
p { color: rgb(71,33,188); }
H1.HeaderClassName
{
color: #4721BC;
}
.AnyTagClassName
{
color: #4721BC;
}
</style>
background-color css
<style>
a { background-color: #4721BC; }
a { background-color: rgb(71,33,188); }
div.DivClassName
{
background-color: #4721BC;
}
.BgClassName
{
background-color: #4721BC;
}
</style>
border-color css
<style>
span { border-color: #4721BC; }
span { border-color: rgb(71,33,188); }
td.TdClassName
{
border-color: #4721BC;
}
.TagClassName
{
border-color: #4721BC;
}
</style>