Shades of Purple Heart #472CCF
Tints of Purple Heart #472CCF
RGB
CMYK
RGB Variations
Color information
#472CCF (or 0x472CCF) is known color: Purple Heart. HEX triplet: 47, 2C and CF. RGB value is (71,44,207). Sum of RGB (Red+Green+Blue) = 71+44+207=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #472CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CCF is #B8D330. Grayscale: #464646. Windows color (decimal): -12112689 or 13577287. OLE color: 13577287.
HSL color Cylindrical-coordinate representation of color #472CCF: hue angle of 249.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472CCF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 44 | 207 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.19 |
| HSL | 249.94º | 0.65% | 0.49% | - |
| HSV(B) | 249.94º | 0.79% | 0.81% | - |
| XYZ | 14.76 | 7.65 | 59.73 | - |
| YUV | 70.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 207 | 0.66 | 0.79 | 0 | 0.19 | 249.94 | 0.65 | 0.49 |
| Hex | 47 | 2C | CF | 42 | 4F | 0 | 13 | FA | 41 | 31 |
| Octal | 107 | 54 | 317 | 102 | 117 | 0 | 23 | 372 | 101 | 61 |
| Binary | 1000111 | 101100 | 11001111 | 1000010 | 1001111 | 0 | 10011 | 11111010 | 1000001 | 110001 |
Color Harmonies of #472CCF
Complementary color
Monochromatic Colors of #472CCF
Black with #472CCF
Text Example
Text Example
White with #472CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CCF; }
p { color: rgb(71,44,207); }
H1.HeaderClassName
{
color: #472CCF;
}
.AnyTagClassName
{
color: #472CCF;
}
</style>
background-color css
<style>
a { background-color: #472CCF; }
a { background-color: rgb(71,44,207); }
div.DivClassName
{
background-color: #472CCF;
}
.BgClassName
{
background-color: #472CCF;
}
</style>
border-color css
<style>
span { border-color: #472CCF; }
span { border-color: rgb(71,44,207); }
td.TdClassName
{
border-color: #472CCF;
}
.TagClassName
{
border-color: #472CCF;
}
</style>