Shades of Purple Heart #471FBF
Tints of Purple Heart #471FBF
RGB
CMYK
RGB Variations
Color information
#471FBF (or 0x471FBF) is known color: Purple Heart. HEX triplet: 47, 1F and BF. RGB value is (71,31,191). Sum of RGB (Red+Green+Blue) = 71+31+191=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #471FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FBF is #B8E040. Grayscale: #3C3C3C. Windows color (decimal): -12116033 or 12525383. OLE color: 12525383.
HSL color Cylindrical-coordinate representation of color #471FBF: hue angle of 255º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471FBF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 31 | 191 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.25 |
| HSL | 255º | 0.72% | 0.44% | - |
| HSV(B) | 255º | 0.84% | 0.75% | - |
| XYZ | 12.49 | 6.08 | 49.81 | - |
| YUV | 61.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 191 | 0.63 | 0.84 | 0 | 0.25 | 255 | 0.72 | 0.44 |
| Hex | 47 | 1F | BF | 3F | 54 | 0 | 19 | FF | 48 | 2C |
| Octal | 107 | 37 | 277 | 77 | 124 | 0 | 31 | 377 | 110 | 54 |
| Binary | 1000111 | 11111 | 10111111 | 111111 | 1010100 | 0 | 11001 | 11111111 | 1001000 | 101100 |
Color Harmonies of #471FBF
Complementary color
Monochromatic Colors of #471FBF
Black with #471FBF
Text Example
Text Example
White with #471FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FBF; }
p { color: rgb(71,31,191); }
H1.HeaderClassName
{
color: #471FBF;
}
.AnyTagClassName
{
color: #471FBF;
}
</style>
background-color css
<style>
a { background-color: #471FBF; }
a { background-color: rgb(71,31,191); }
div.DivClassName
{
background-color: #471FBF;
}
.BgClassName
{
background-color: #471FBF;
}
</style>
border-color css
<style>
span { border-color: #471FBF; }
span { border-color: rgb(71,31,191); }
td.TdClassName
{
border-color: #471FBF;
}
.TagClassName
{
border-color: #471FBF;
}
</style>