Shades of Purple Heart #4710C1
Tints of Purple Heart #4710C1
RGB
CMYK
RGB Variations
Color information
#4710C1 (or 0x4710C1) is known color: Purple Heart. HEX triplet: 47, 10 and C1. RGB value is (71,16,193). Sum of RGB (Red+Green+Blue) = 71+16+193=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #4710C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710C1 is #B8EF3E. Grayscale: #333333. Windows color (decimal): -12119871 or 12652615. OLE color: 12652615.
HSL color Cylindrical-coordinate representation of color #4710C1: hue angle of 258.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4710C1 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 16 | 193 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.24 |
| HSL | 258.64º | 0.85% | 0.41% | - |
| HSV(B) | 258.64º | 0.92% | 0.76% | - |
| XYZ | 12.41 | 5.56 | 50.87 | - |
| YUV | 52.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 193 | 0.63 | 0.92 | 0 | 0.24 | 258.64 | 0.85 | 0.41 |
| Hex | 47 | 10 | C1 | 3F | 5C | 0 | 18 | 103 | 55 | 29 |
| Octal | 107 | 20 | 301 | 77 | 134 | 0 | 30 | 403 | 125 | 51 |
| Binary | 1000111 | 10000 | 11000001 | 111111 | 1011100 | 0 | 11000 | 100000011 | 1010101 | 101001 |
Color Harmonies of #4710C1
Complementary color
Monochromatic Colors of #4710C1
Black with #4710C1
Text Example
Text Example
White with #4710C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4710C1; }
p { color: rgb(71,16,193); }
H1.HeaderClassName
{
color: #4710C1;
}
.AnyTagClassName
{
color: #4710C1;
}
</style>
background-color css
<style>
a { background-color: #4710C1; }
a { background-color: rgb(71,16,193); }
div.DivClassName
{
background-color: #4710C1;
}
.BgClassName
{
background-color: #4710C1;
}
</style>
border-color css
<style>
span { border-color: #4710C1; }
span { border-color: rgb(71,16,193); }
td.TdClassName
{
border-color: #4710C1;
}
.TagClassName
{
border-color: #4710C1;
}
</style>