Shades of Purple Heart #4715B1
Tints of Purple Heart #4715B1
RGB
CMYK
RGB Variations
Color information
#4715B1 (or 0x4715B1) is known color: Purple Heart. HEX triplet: 47, 15 and B1. RGB value is (71,21,177). Sum of RGB (Red+Green+Blue) = 71+21+177=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #4715B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4715B1 is #B8EA4E. Grayscale: #353535. Windows color (decimal): -12118607 or 11605319. OLE color: 11605319.
HSL color Cylindrical-coordinate representation of color #4715B1: hue angle of 259.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4715B1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 21 | 177 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.31 |
| HSL | 259.23º | 0.79% | 0.39% | - |
| HSV(B) | 259.23º | 0.88% | 0.69% | - |
| XYZ | 10.8 | 5.05 | 42 | - |
| YUV | 53.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 177 | 0.60 | 0.88 | 0 | 0.31 | 259.23 | 0.79 | 0.39 |
| Hex | 47 | 15 | B1 | 3C | 58 | 0 | 1F | 103 | 4F | 27 |
| Octal | 107 | 25 | 261 | 74 | 130 | 0 | 37 | 403 | 117 | 47 |
| Binary | 1000111 | 10101 | 10110001 | 111100 | 1011000 | 0 | 11111 | 100000011 | 1001111 | 100111 |
Color Harmonies of #4715B1
Complementary color
Monochromatic Colors of #4715B1
Black with #4715B1
Text Example
Text Example
White with #4715B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4715B1; }
p { color: rgb(71,21,177); }
H1.HeaderClassName
{
color: #4715B1;
}
.AnyTagClassName
{
color: #4715B1;
}
</style>
background-color css
<style>
a { background-color: #4715B1; }
a { background-color: rgb(71,21,177); }
div.DivClassName
{
background-color: #4715B1;
}
.BgClassName
{
background-color: #4715B1;
}
</style>
border-color css
<style>
span { border-color: #4715B1; }
span { border-color: rgb(71,21,177); }
td.TdClassName
{
border-color: #4715B1;
}
.TagClassName
{
border-color: #4715B1;
}
</style>