Shades of Purple Heart #4718AB
Tints of Purple Heart #4718AB
RGB
CMYK
RGB Variations
Color information
#4718AB (or 0x4718AB) is known color: Purple Heart. HEX triplet: 47, 18 and AB. RGB value is (71,24,171). Sum of RGB (Red+Green+Blue) = 71+24+171=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4718AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4718AB is #B8E754. Grayscale: #363636. Windows color (decimal): -12117845 or 11212871. OLE color: 11212871.
HSL color Cylindrical-coordinate representation of color #4718AB: hue angle of 259.18º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4718AB is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 24 | 171 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.33 |
| HSL | 259.18º | 0.75% | 0.38% | - |
| HSV(B) | 259.18º | 0.86% | 0.67% | - |
| XYZ | 10.28 | 4.93 | 38.94 | - |
| YUV | 54.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 171 | 0.58 | 0.86 | 0 | 0.33 | 259.18 | 0.75 | 0.38 |
| Hex | 47 | 18 | AB | 3A | 56 | 0 | 21 | 103 | 4B | 26 |
| Octal | 107 | 30 | 253 | 72 | 126 | 0 | 41 | 403 | 113 | 46 |
| Binary | 1000111 | 11000 | 10101011 | 111010 | 1010110 | 0 | 100001 | 100000011 | 1001011 | 100110 |
Color Harmonies of #4718AB
Complementary color
Monochromatic Colors of #4718AB
Black with #4718AB
Text Example
Text Example
White with #4718AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718AB; }
p { color: rgb(71,24,171); }
H1.HeaderClassName
{
color: #4718AB;
}
.AnyTagClassName
{
color: #4718AB;
}
</style>
background-color css
<style>
a { background-color: #4718AB; }
a { background-color: rgb(71,24,171); }
div.DivClassName
{
background-color: #4718AB;
}
.BgClassName
{
background-color: #4718AB;
}
</style>
border-color css
<style>
span { border-color: #4718AB; }
span { border-color: rgb(71,24,171); }
td.TdClassName
{
border-color: #4718AB;
}
.TagClassName
{
border-color: #4718AB;
}
</style>