Shades of Purple Heart #4734D6
Tints of Purple Heart #4734D6
RGB
CMYK
RGB Variations
Color information
#4734D6 (or 0x4734D6) is known color: Purple Heart. HEX triplet: 47, 34 and D6. RGB value is (71,52,214). Sum of RGB (Red+Green+Blue) = 71+52+214=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #4734D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734D6 is #B8CB29. Grayscale: #4B4B4B. Windows color (decimal): -12110634 or 14038087. OLE color: 14038087.
HSL color Cylindrical-coordinate representation of color #4734D6: hue angle of 247.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4734D6 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 52 | 214 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.16 |
| HSL | 247.04º | 0.66% | 0.52% | - |
| HSV(B) | 247.04º | 0.76% | 0.84% | - |
| XYZ | 15.96 | 8.65 | 64.45 | - |
| YUV | 76.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 214 | 0.67 | 0.76 | 0 | 0.16 | 247.04 | 0.66 | 0.52 |
| Hex | 47 | 34 | D6 | 43 | 4C | 0 | 10 | F7 | 42 | 34 |
| Octal | 107 | 64 | 326 | 103 | 114 | 0 | 20 | 367 | 102 | 64 |
| Binary | 1000111 | 110100 | 11010110 | 1000011 | 1001100 | 0 | 10000 | 11110111 | 1000010 | 110100 |
Color Harmonies of #4734D6
Complementary color
Monochromatic Colors of #4734D6
Black with #4734D6
Text Example
Text Example
White with #4734D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4734D6; }
p { color: rgb(71,52,214); }
H1.HeaderClassName
{
color: #4734D6;
}
.AnyTagClassName
{
color: #4734D6;
}
</style>
background-color css
<style>
a { background-color: #4734D6; }
a { background-color: rgb(71,52,214); }
div.DivClassName
{
background-color: #4734D6;
}
.BgClassName
{
background-color: #4734D6;
}
</style>
border-color css
<style>
span { border-color: #4734D6; }
span { border-color: rgb(71,52,214); }
td.TdClassName
{
border-color: #4734D6;
}
.TagClassName
{
border-color: #4734D6;
}
</style>