Shades of Purple Heart #472BD0
Tints of Purple Heart #472BD0
RGB
CMYK
RGB Variations
Color information
#472BD0 (or 0x472BD0) is known color: Purple Heart. HEX triplet: 47, 2B and D0. RGB value is (71,43,208). Sum of RGB (Red+Green+Blue) = 71+43+208=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #472BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BD0 is #B8D42F. Grayscale: #454545. Windows color (decimal): -12112944 or 13642567. OLE color: 13642567.
HSL color Cylindrical-coordinate representation of color #472BD0: hue angle of 250.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472BD0 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 43 | 208 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.18 |
| HSL | 250.18º | 0.66% | 0.49% | - |
| HSV(B) | 250.18º | 0.79% | 0.82% | - |
| XYZ | 14.85 | 7.62 | 60.36 | - |
| YUV | 70.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 208 | 0.66 | 0.79 | 0 | 0.18 | 250.18 | 0.66 | 0.49 |
| Hex | 47 | 2B | D0 | 42 | 4F | 0 | 12 | FA | 42 | 31 |
| Octal | 107 | 53 | 320 | 102 | 117 | 0 | 22 | 372 | 102 | 61 |
| Binary | 1000111 | 101011 | 11010000 | 1000010 | 1001111 | 0 | 10010 | 11111010 | 1000010 | 110001 |
Color Harmonies of #472BD0
Complementary color
Monochromatic Colors of #472BD0
Black with #472BD0
Text Example
Text Example
White with #472BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BD0; }
p { color: rgb(71,43,208); }
H1.HeaderClassName
{
color: #472BD0;
}
.AnyTagClassName
{
color: #472BD0;
}
</style>
background-color css
<style>
a { background-color: #472BD0; }
a { background-color: rgb(71,43,208); }
div.DivClassName
{
background-color: #472BD0;
}
.BgClassName
{
background-color: #472BD0;
}
</style>
border-color css
<style>
span { border-color: #472BD0; }
span { border-color: rgb(71,43,208); }
td.TdClassName
{
border-color: #472BD0;
}
.TagClassName
{
border-color: #472BD0;
}
</style>