Shades of Purple Heart #4734D2
Tints of Purple Heart #4734D2
RGB
CMYK
RGB Variations
Color information
#4734D2 (or 0x4734D2) is known color: Purple Heart. HEX triplet: 47, 34 and D2. RGB value is (71,52,210). Sum of RGB (Red+Green+Blue) = 71+52+210=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 210 (82.42% from 255 or 63.06% from 333); Max value from RGB is 210 - color contains mainly: blue. Hex color #4734D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734D2 is #B8CB2D. Grayscale: #4B4B4B. Windows color (decimal): -12110638 or 13775943. OLE color: 13775943.
HSL color Cylindrical-coordinate representation of color #4734D2: hue angle of 247.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4734D2 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 52 | 210 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.18 |
| HSL | 247.22º | 0.64% | 0.51% | - |
| HSV(B) | 247.22º | 0.75% | 0.82% | - |
| XYZ | 15.46 | 8.45 | 61.79 | - |
| YUV | 75.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 210 | 0.66 | 0.75 | 0 | 0.18 | 247.22 | 0.64 | 0.51 |
| Hex | 47 | 34 | D2 | 42 | 4B | 0 | 12 | F7 | 40 | 33 |
| Octal | 107 | 64 | 322 | 102 | 113 | 0 | 22 | 367 | 100 | 63 |
| Binary | 1000111 | 110100 | 11010010 | 1000010 | 1001011 | 0 | 10010 | 11110111 | 1000000 | 110011 |
Color Harmonies of #4734D2
Complementary color
Monochromatic Colors of #4734D2
Black with #4734D2
Text Example
Text Example
White with #4734D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4734D2; }
p { color: rgb(71,52,210); }
H1.HeaderClassName
{
color: #4734D2;
}
.AnyTagClassName
{
color: #4734D2;
}
</style>
background-color css
<style>
a { background-color: #4734D2; }
a { background-color: rgb(71,52,210); }
div.DivClassName
{
background-color: #4734D2;
}
.BgClassName
{
background-color: #4734D2;
}
</style>
border-color css
<style>
span { border-color: #4734D2; }
span { border-color: rgb(71,52,210); }
td.TdClassName
{
border-color: #4734D2;
}
.TagClassName
{
border-color: #4734D2;
}
</style>