Shades of Purple Heart #4716CC
Tints of Purple Heart #4716CC
RGB
CMYK
RGB Variations
Color information
#4716CC (or 0x4716CC) is known color: Purple Heart. HEX triplet: 47, 16 and CC. RGB value is (71,22,204). Sum of RGB (Red+Green+Blue) = 71+22+204=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #4716CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716CC is #B8E933. Grayscale: #383838. Windows color (decimal): -12118324 or 13375047. OLE color: 13375047.
HSL color Cylindrical-coordinate representation of color #4716CC: hue angle of 256.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4716CC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 22 | 204 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.2 |
| HSL | 256.15º | 0.81% | 0.44% | - |
| HSV(B) | 256.15º | 0.89% | 0.8% | - |
| XYZ | 13.78 | 6.27 | 57.61 | - |
| YUV | 57.4 | 210.73 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 204 | 0.65 | 0.89 | 0 | 0.2 | 256.15 | 0.81 | 0.44 |
| Hex | 47 | 16 | CC | 41 | 59 | 0 | 14 | 100 | 51 | 2C |
| Octal | 107 | 26 | 314 | 101 | 131 | 0 | 24 | 400 | 121 | 54 |
| Binary | 1000111 | 10110 | 11001100 | 1000001 | 1011001 | 0 | 10100 | 100000000 | 1010001 | 101100 |
Color Harmonies of #4716CC
Complementary color
Monochromatic Colors of #4716CC
Black with #4716CC
Text Example
Text Example
White with #4716CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716CC; }
p { color: rgb(71,22,204); }
H1.HeaderClassName
{
color: #4716CC;
}
.AnyTagClassName
{
color: #4716CC;
}
</style>
background-color css
<style>
a { background-color: #4716CC; }
a { background-color: rgb(71,22,204); }
div.DivClassName
{
background-color: #4716CC;
}
.BgClassName
{
background-color: #4716CC;
}
</style>
border-color css
<style>
span { border-color: #4716CC; }
span { border-color: rgb(71,22,204); }
td.TdClassName
{
border-color: #4716CC;
}
.TagClassName
{
border-color: #4716CC;
}
</style>