Shades of Purple Heart #4713CE
Tints of Purple Heart #4713CE
RGB
CMYK
RGB Variations
Color information
#4713CE (or 0x4713CE) is known color: Purple Heart. HEX triplet: 47, 13 and CE. RGB value is (71,19,206). Sum of RGB (Red+Green+Blue) = 71+19+206=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #4713CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713CE is #B8EC31. Grayscale: #373737. Windows color (decimal): -12119090 or 13505351. OLE color: 13505351.
HSL color Cylindrical-coordinate representation of color #4713CE: hue angle of 256.68º 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 #4713CE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 19 | 206 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.19 |
| HSL | 256.68º | 0.83% | 0.44% | - |
| HSV(B) | 256.68º | 0.91% | 0.81% | - |
| XYZ | 13.97 | 6.26 | 58.86 | - |
| YUV | 55.87 | 212.73 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 206 | 0.66 | 0.91 | 0 | 0.19 | 256.68 | 0.83 | 0.44 |
| Hex | 47 | 13 | CE | 42 | 5B | 0 | 13 | 101 | 53 | 2C |
| Octal | 107 | 23 | 316 | 102 | 133 | 0 | 23 | 401 | 123 | 54 |
| Binary | 1000111 | 10011 | 11001110 | 1000010 | 1011011 | 0 | 10011 | 100000001 | 1010011 | 101100 |
Color Harmonies of #4713CE
Complementary color
Monochromatic Colors of #4713CE
Black with #4713CE
Text Example
Text Example
White with #4713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4713CE; }
p { color: rgb(71,19,206); }
H1.HeaderClassName
{
color: #4713CE;
}
.AnyTagClassName
{
color: #4713CE;
}
</style>
background-color css
<style>
a { background-color: #4713CE; }
a { background-color: rgb(71,19,206); }
div.DivClassName
{
background-color: #4713CE;
}
.BgClassName
{
background-color: #4713CE;
}
</style>
border-color css
<style>
span { border-color: #4713CE; }
span { border-color: rgb(71,19,206); }
td.TdClassName
{
border-color: #4713CE;
}
.TagClassName
{
border-color: #4713CE;
}
</style>