Shades of Purple Heart #472BBA
Tints of Purple Heart #472BBA
RGB
CMYK
RGB Variations
Color information
#472BBA (or 0x472BBA) is known color: Purple Heart. HEX triplet: 47, 2B and BA. RGB value is (71,43,186). Sum of RGB (Red+Green+Blue) = 71+43+186=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #472BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BBA is #B8D445. Grayscale: #434343. Windows color (decimal): -12112966 or 12200775. OLE color: 12200775.
HSL color Cylindrical-coordinate representation of color #472BBA: hue angle of 251.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472BBA is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 43 | 186 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.27 |
| HSL | 251.75º | 0.62% | 0.45% | - |
| HSV(B) | 251.75º | 0.77% | 0.73% | - |
| XYZ | 12.33 | 6.61 | 47.08 | - |
| YUV | 67.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 186 | 0.62 | 0.77 | 0 | 0.27 | 251.75 | 0.62 | 0.45 |
| Hex | 47 | 2B | BA | 3E | 4D | 0 | 1B | FC | 3E | 2D |
| Octal | 107 | 53 | 272 | 76 | 115 | 0 | 33 | 374 | 76 | 55 |
| Binary | 1000111 | 101011 | 10111010 | 111110 | 1001101 | 0 | 11011 | 11111100 | 111110 | 101101 |
Color Harmonies of #472BBA
Complementary color
Monochromatic Colors of #472BBA
Black with #472BBA
Text Example
Text Example
White with #472BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BBA; }
p { color: rgb(71,43,186); }
H1.HeaderClassName
{
color: #472BBA;
}
.AnyTagClassName
{
color: #472BBA;
}
</style>
background-color css
<style>
a { background-color: #472BBA; }
a { background-color: rgb(71,43,186); }
div.DivClassName
{
background-color: #472BBA;
}
.BgClassName
{
background-color: #472BBA;
}
</style>
border-color css
<style>
span { border-color: #472BBA; }
span { border-color: rgb(71,43,186); }
td.TdClassName
{
border-color: #472BBA;
}
.TagClassName
{
border-color: #472BBA;
}
</style>