Shades of Purple Heart #4711CF
Tints of Purple Heart #4711CF
RGB
CMYK
RGB Variations
Color information
#4711CF (or 0x4711CF) is known color: Purple Heart. HEX triplet: 47, 11 and CF. RGB value is (71,17,207). Sum of RGB (Red+Green+Blue) = 71+17+207=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #4711CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4711CF is #B8EE30. Grayscale: #363636. Windows color (decimal): -12119601 or 13570375. OLE color: 13570375.
HSL color Cylindrical-coordinate representation of color #4711CF: hue angle of 257.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4711CF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 17 | 207 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.19 |
| HSL | 257.05º | 0.85% | 0.44% | - |
| HSV(B) | 257.05º | 0.92% | 0.81% | - |
| XYZ | 14.06 | 6.25 | 59.5 | - |
| YUV | 54.81 | 213.89 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 207 | 0.66 | 0.92 | 0 | 0.19 | 257.05 | 0.85 | 0.44 |
| Hex | 47 | 11 | CF | 42 | 5C | 0 | 13 | 101 | 55 | 2C |
| Octal | 107 | 21 | 317 | 102 | 134 | 0 | 23 | 401 | 125 | 54 |
| Binary | 1000111 | 10001 | 11001111 | 1000010 | 1011100 | 0 | 10011 | 100000001 | 1010101 | 101100 |
Color Harmonies of #4711CF
Complementary color
Monochromatic Colors of #4711CF
Black with #4711CF
Text Example
Text Example
White with #4711CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711CF; }
p { color: rgb(71,17,207); }
H1.HeaderClassName
{
color: #4711CF;
}
.AnyTagClassName
{
color: #4711CF;
}
</style>
background-color css
<style>
a { background-color: #4711CF; }
a { background-color: rgb(71,17,207); }
div.DivClassName
{
background-color: #4711CF;
}
.BgClassName
{
background-color: #4711CF;
}
</style>
border-color css
<style>
span { border-color: #4711CF; }
span { border-color: rgb(71,17,207); }
td.TdClassName
{
border-color: #4711CF;
}
.TagClassName
{
border-color: #4711CF;
}
</style>