Shades of Purple Heart #4734D1
Tints of Purple Heart #4734D1
RGB
CMYK
RGB Variations
Color information
#4734D1 (or 0x4734D1) is known color: Purple Heart. HEX triplet: 47, 34 and D1. RGB value is (71,52,209). Sum of RGB (Red+Green+Blue) = 71+52+209=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #4734D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734D1 is #B8CB2E. Grayscale: #4A4A4A. Windows color (decimal): -12110639 or 13710407. OLE color: 13710407.
HSL color Cylindrical-coordinate representation of color #4734D1: hue angle of 247.26º degrees, saturation: 0.63, 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 #4734D1 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 52 | 209 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.18 |
| HSL | 247.26º | 0.63% | 0.51% | - |
| HSV(B) | 247.26º | 0.75% | 0.82% | - |
| XYZ | 15.34 | 8.4 | 61.13 | - |
| YUV | 75.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 209 | 0.66 | 0.75 | 0 | 0.18 | 247.26 | 0.63 | 0.51 |
| Hex | 47 | 34 | D1 | 42 | 4B | 0 | 12 | F7 | 3F | 33 |
| Octal | 107 | 64 | 321 | 102 | 113 | 0 | 22 | 367 | 77 | 63 |
| Binary | 1000111 | 110100 | 11010001 | 1000010 | 1001011 | 0 | 10010 | 11110111 | 111111 | 110011 |
Color Harmonies of #4734D1
Complementary color
Monochromatic Colors of #4734D1
Black with #4734D1
Text Example
Text Example
White with #4734D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4734D1; }
p { color: rgb(71,52,209); }
H1.HeaderClassName
{
color: #4734D1;
}
.AnyTagClassName
{
color: #4734D1;
}
</style>
background-color css
<style>
a { background-color: #4734D1; }
a { background-color: rgb(71,52,209); }
div.DivClassName
{
background-color: #4734D1;
}
.BgClassName
{
background-color: #4734D1;
}
</style>
border-color css
<style>
span { border-color: #4734D1; }
span { border-color: rgb(71,52,209); }
td.TdClassName
{
border-color: #4734D1;
}
.TagClassName
{
border-color: #4734D1;
}
</style>