Shades of Purple Heart #472BCB
Tints of Purple Heart #472BCB
RGB
CMYK
RGB Variations
Color information
#472BCB (or 0x472BCB) is known color: Purple Heart. HEX triplet: 47, 2B and CB. RGB value is (71,43,203). Sum of RGB (Red+Green+Blue) = 71+43+203=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #472BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BCB is #B8D434. Grayscale: #454545. Windows color (decimal): -12112949 or 13314887. OLE color: 13314887.
HSL color Cylindrical-coordinate representation of color #472BCB: hue angle of 250.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472BCB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 43 | 203 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.20 |
| HSL | 250.5º | 0.65% | 0.48% | - |
| HSV(B) | 250.5º | 0.79% | 0.8% | - |
| XYZ | 14.24 | 7.38 | 57.17 | - |
| YUV | 69.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 203 | 0.65 | 0.79 | 0 | 0.20 | 250.5 | 0.65 | 0.48 |
| Hex | 47 | 2B | CB | 41 | 4F | 0 | 14 | FB | 41 | 30 |
| Octal | 107 | 53 | 313 | 101 | 117 | 0 | 24 | 373 | 101 | 60 |
| Binary | 1000111 | 101011 | 11001011 | 1000001 | 1001111 | 0 | 10100 | 11111011 | 1000001 | 110000 |
Color Harmonies of #472BCB
Complementary color
Monochromatic Colors of #472BCB
Black with #472BCB
Text Example
Text Example
White with #472BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BCB; }
p { color: rgb(71,43,203); }
H1.HeaderClassName
{
color: #472BCB;
}
.AnyTagClassName
{
color: #472BCB;
}
</style>
background-color css
<style>
a { background-color: #472BCB; }
a { background-color: rgb(71,43,203); }
div.DivClassName
{
background-color: #472BCB;
}
.BgClassName
{
background-color: #472BCB;
}
</style>
border-color css
<style>
span { border-color: #472BCB; }
span { border-color: rgb(71,43,203); }
td.TdClassName
{
border-color: #472BCB;
}
.TagClassName
{
border-color: #472BCB;
}
</style>