Shades of Purple Heart #471CCF
Tints of Purple Heart #471CCF
RGB
CMYK
RGB Variations
Color information
#471CCF (or 0x471CCF) is known color: Purple Heart. HEX triplet: 47, 1C and CF. RGB value is (71,28,207). Sum of RGB (Red+Green+Blue) = 71+28+207=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #471CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCF is #B8E330. Grayscale: #3C3C3C. Windows color (decimal): -12116785 or 13573191. OLE color: 13573191.
HSL color Cylindrical-coordinate representation of color #471CCF: hue angle of 254.41º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471CCF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 28 | 207 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.19 |
| HSL | 254.41º | 0.76% | 0.46% | - |
| HSV(B) | 254.41º | 0.86% | 0.81% | - |
| XYZ | 14.28 | 6.68 | 59.57 | - |
| YUV | 61.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 207 | 0.66 | 0.86 | 0 | 0.19 | 254.41 | 0.76 | 0.46 |
| Hex | 47 | 1C | CF | 42 | 56 | 0 | 13 | FE | 4C | 2E |
| Octal | 107 | 34 | 317 | 102 | 126 | 0 | 23 | 376 | 114 | 56 |
| Binary | 1000111 | 11100 | 11001111 | 1000010 | 1010110 | 0 | 10011 | 11111110 | 1001100 | 101110 |
Color Harmonies of #471CCF
Complementary color
Monochromatic Colors of #471CCF
Black with #471CCF
Text Example
Text Example
White with #471CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CCF; }
p { color: rgb(71,28,207); }
H1.HeaderClassName
{
color: #471CCF;
}
.AnyTagClassName
{
color: #471CCF;
}
</style>
background-color css
<style>
a { background-color: #471CCF; }
a { background-color: rgb(71,28,207); }
div.DivClassName
{
background-color: #471CCF;
}
.BgClassName
{
background-color: #471CCF;
}
</style>
border-color css
<style>
span { border-color: #471CCF; }
span { border-color: rgb(71,28,207); }
td.TdClassName
{
border-color: #471CCF;
}
.TagClassName
{
border-color: #471CCF;
}
</style>