Shades of Purple Heart #4713CF
Tints of Purple Heart #4713CF
RGB
CMYK
RGB Variations
Color information
#4713CF (or 0x4713CF) is known color: Purple Heart. HEX triplet: 47, 13 and CF. RGB value is (71,19,207). Sum of RGB (Red+Green+Blue) = 71+19+207=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4713CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713CF is #B8EC30. Grayscale: #373737. Windows color (decimal): -12119089 or 13570887. OLE color: 13570887.
HSL color Cylindrical-coordinate representation of color #4713CF: hue angle of 256.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4713CF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 19 | 207 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.19 |
| HSL | 256.6º | 0.83% | 0.44% | - |
| HSV(B) | 256.6º | 0.91% | 0.81% | - |
| XYZ | 14.09 | 6.31 | 59.51 | - |
| YUV | 55.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 207 | 0.66 | 0.91 | 0 | 0.19 | 256.6 | 0.83 | 0.44 |
| Hex | 47 | 13 | CF | 42 | 5B | 0 | 13 | 101 | 53 | 2C |
| Octal | 107 | 23 | 317 | 102 | 133 | 0 | 23 | 401 | 123 | 54 |
| Binary | 1000111 | 10011 | 11001111 | 1000010 | 1011011 | 0 | 10011 | 100000001 | 1010011 | 101100 |
Color Harmonies of #4713CF
Complementary color
Monochromatic Colors of #4713CF
Black with #4713CF
Text Example
Text Example
White with #4713CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4713CF; }
p { color: rgb(71,19,207); }
H1.HeaderClassName
{
color: #4713CF;
}
.AnyTagClassName
{
color: #4713CF;
}
</style>
background-color css
<style>
a { background-color: #4713CF; }
a { background-color: rgb(71,19,207); }
div.DivClassName
{
background-color: #4713CF;
}
.BgClassName
{
background-color: #4713CF;
}
</style>
border-color css
<style>
span { border-color: #4713CF; }
span { border-color: rgb(71,19,207); }
td.TdClassName
{
border-color: #4713CF;
}
.TagClassName
{
border-color: #4713CF;
}
</style>