Shades of Purple Heart #4712C1
Tints of Purple Heart #4712C1
RGB
CMYK
RGB Variations
Color information
#4712C1 (or 0x4712C1) is known color: Purple Heart. HEX triplet: 47, 12 and C1. RGB value is (71,18,193). Sum of RGB (Red+Green+Blue) = 71+18+193=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #4712C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4712C1 is #B8ED3E. Grayscale: #353535. Windows color (decimal): -12119359 or 12653127. OLE color: 12653127.
HSL color Cylindrical-coordinate representation of color #4712C1: hue angle of 258.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4712C1 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 18 | 193 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.24 |
| HSL | 258.17º | 0.83% | 0.41% | - |
| HSV(B) | 258.17º | 0.91% | 0.76% | - |
| XYZ | 12.44 | 5.62 | 50.88 | - |
| YUV | 53.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 193 | 0.63 | 0.91 | 0 | 0.24 | 258.17 | 0.83 | 0.41 |
| Hex | 47 | 12 | C1 | 3F | 5B | 0 | 18 | 102 | 53 | 29 |
| Octal | 107 | 22 | 301 | 77 | 133 | 0 | 30 | 402 | 123 | 51 |
| Binary | 1000111 | 10010 | 11000001 | 111111 | 1011011 | 0 | 11000 | 100000010 | 1010011 | 101001 |
Color Harmonies of #4712C1
Complementary color
Monochromatic Colors of #4712C1
Black with #4712C1
Text Example
Text Example
White with #4712C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4712C1; }
p { color: rgb(71,18,193); }
H1.HeaderClassName
{
color: #4712C1;
}
.AnyTagClassName
{
color: #4712C1;
}
</style>
background-color css
<style>
a { background-color: #4712C1; }
a { background-color: rgb(71,18,193); }
div.DivClassName
{
background-color: #4712C1;
}
.BgClassName
{
background-color: #4712C1;
}
</style>
border-color css
<style>
span { border-color: #4712C1; }
span { border-color: rgb(71,18,193); }
td.TdClassName
{
border-color: #4712C1;
}
.TagClassName
{
border-color: #4712C1;
}
</style>