Shades of Purple Heart #4712CB
Tints of Purple Heart #4712CB
RGB
CMYK
RGB Variations
Color information
#4712CB (or 0x4712CB) is known color: Purple Heart. HEX triplet: 47, 12 and CB. RGB value is (71,18,203). Sum of RGB (Red+Green+Blue) = 71+18+203=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #4712CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4712CB is #B8ED34. Grayscale: #363636. Windows color (decimal): -12119349 or 13308487. OLE color: 13308487.
HSL color Cylindrical-coordinate representation of color #4712CB: hue angle of 257.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4712CB is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 18 | 203 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.20 |
| HSL | 257.19º | 0.84% | 0.43% | - |
| HSV(B) | 257.19º | 0.91% | 0.8% | - |
| XYZ | 13.59 | 6.08 | 56.96 | - |
| YUV | 54.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 203 | 0.65 | 0.91 | 0 | 0.20 | 257.19 | 0.84 | 0.43 |
| Hex | 47 | 12 | CB | 41 | 5B | 0 | 14 | 101 | 54 | 2B |
| Octal | 107 | 22 | 313 | 101 | 133 | 0 | 24 | 401 | 124 | 53 |
| Binary | 1000111 | 10010 | 11001011 | 1000001 | 1011011 | 0 | 10100 | 100000001 | 1010100 | 101011 |
Color Harmonies of #4712CB
Complementary color
Monochromatic Colors of #4712CB
Black with #4712CB
Text Example
Text Example
White with #4712CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4712CB; }
p { color: rgb(71,18,203); }
H1.HeaderClassName
{
color: #4712CB;
}
.AnyTagClassName
{
color: #4712CB;
}
</style>
background-color css
<style>
a { background-color: #4712CB; }
a { background-color: rgb(71,18,203); }
div.DivClassName
{
background-color: #4712CB;
}
.BgClassName
{
background-color: #4712CB;
}
</style>
border-color css
<style>
span { border-color: #4712CB; }
span { border-color: rgb(71,18,203); }
td.TdClassName
{
border-color: #4712CB;
}
.TagClassName
{
border-color: #4712CB;
}
</style>