Shades of Purple Heart #472FB5
Tints of Purple Heart #472FB5
RGB
CMYK
RGB Variations
Color information
#472FB5 (or 0x472FB5) is known color: Purple Heart. HEX triplet: 47, 2F and B5. RGB value is (71,47,181). Sum of RGB (Red+Green+Blue) = 71+47+181=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #472FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FB5 is #B8D04A. Grayscale: #444444. Windows color (decimal): -12111947 or 11874119. OLE color: 11874119.
HSL color Cylindrical-coordinate representation of color #472FB5: hue angle of 250.75º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #472FB5 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 47 | 181 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.29 |
| HSL | 250.75º | 0.59% | 0.45% | - |
| HSV(B) | 250.75º | 0.74% | 0.71% | - |
| XYZ | 11.96 | 6.71 | 44.38 | - |
| YUV | 69.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 181 | 0.61 | 0.74 | 0 | 0.29 | 250.75 | 0.59 | 0.45 |
| Hex | 47 | 2F | B5 | 3D | 4A | 0 | 1D | FB | 3B | 2D |
| Octal | 107 | 57 | 265 | 75 | 112 | 0 | 35 | 373 | 73 | 55 |
| Binary | 1000111 | 101111 | 10110101 | 111101 | 1001010 | 0 | 11101 | 11111011 | 111011 | 101101 |
Color Harmonies of #472FB5
Complementary color
Monochromatic Colors of #472FB5
Black with #472FB5
Text Example
Text Example
White with #472FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FB5; }
p { color: rgb(71,47,181); }
H1.HeaderClassName
{
color: #472FB5;
}
.AnyTagClassName
{
color: #472FB5;
}
</style>
background-color css
<style>
a { background-color: #472FB5; }
a { background-color: rgb(71,47,181); }
div.DivClassName
{
background-color: #472FB5;
}
.BgClassName
{
background-color: #472FB5;
}
</style>
border-color css
<style>
span { border-color: #472FB5; }
span { border-color: rgb(71,47,181); }
td.TdClassName
{
border-color: #472FB5;
}
.TagClassName
{
border-color: #472FB5;
}
</style>