Shades of Purple Heart #4710AF
Tints of Purple Heart #4710AF
RGB
CMYK
RGB Variations
Color information
#4710AF (or 0x4710AF) is known color: Purple Heart. HEX triplet: 47, 10 and AF. RGB value is (71,16,175). Sum of RGB (Red+Green+Blue) = 71+16+175=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #4710AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4710AF is #B8EF50. Grayscale: #313131. Windows color (decimal): -12119889 or 11472967. OLE color: 11472967.
HSL color Cylindrical-coordinate representation of color #4710AF: hue angle of 260.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4710AF is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 16 | 175 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.31 |
| HSL | 260.75º | 0.83% | 0.37% | - |
| HSV(B) | 260.75º | 0.91% | 0.69% | - |
| XYZ | 10.52 | 4.81 | 40.93 | - |
| YUV | 50.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 175 | 0.59 | 0.91 | 0 | 0.31 | 260.75 | 0.83 | 0.37 |
| Hex | 47 | 10 | AF | 3B | 5B | 0 | 1F | 105 | 53 | 25 |
| Octal | 107 | 20 | 257 | 73 | 133 | 0 | 37 | 405 | 123 | 45 |
| Binary | 1000111 | 10000 | 10101111 | 111011 | 1011011 | 0 | 11111 | 100000101 | 1010011 | 100101 |
Color Harmonies of #4710AF
Complementary color
Monochromatic Colors of #4710AF
Black with #4710AF
Text Example
Text Example
White with #4710AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4710AF; }
p { color: rgb(71,16,175); }
H1.HeaderClassName
{
color: #4710AF;
}
.AnyTagClassName
{
color: #4710AF;
}
</style>
background-color css
<style>
a { background-color: #4710AF; }
a { background-color: rgb(71,16,175); }
div.DivClassName
{
background-color: #4710AF;
}
.BgClassName
{
background-color: #4710AF;
}
</style>
border-color css
<style>
span { border-color: #4710AF; }
span { border-color: rgb(71,16,175); }
td.TdClassName
{
border-color: #4710AF;
}
.TagClassName
{
border-color: #4710AF;
}
</style>