Shades of Purple Heart #472ACF
Tints of Purple Heart #472ACF
RGB
CMYK
RGB Variations
Color information
#472ACF (or 0x472ACF) is known color: Purple Heart. HEX triplet: 47, 2A and CF. RGB value is (71,42,207). Sum of RGB (Red+Green+Blue) = 71+42+207=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #472ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ACF is #B8D530. Grayscale: #444444. Windows color (decimal): -12113201 or 13576775. OLE color: 13576775.
HSL color Cylindrical-coordinate representation of color #472ACF: hue angle of 250.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472ACF is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 42 | 207 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.19 |
| HSL | 250.55º | 0.66% | 0.49% | - |
| HSV(B) | 250.55º | 0.8% | 0.81% | - |
| XYZ | 14.69 | 7.5 | 59.71 | - |
| YUV | 69.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 207 | 0.66 | 0.80 | 0 | 0.19 | 250.55 | 0.66 | 0.49 |
| Hex | 47 | 2A | CF | 42 | 50 | 0 | 13 | FB | 42 | 31 |
| Octal | 107 | 52 | 317 | 102 | 120 | 0 | 23 | 373 | 102 | 61 |
| Binary | 1000111 | 101010 | 11001111 | 1000010 | 1010000 | 0 | 10011 | 11111011 | 1000010 | 110001 |
Color Harmonies of #472ACF
Complementary color
Monochromatic Colors of #472ACF
Black with #472ACF
Text Example
Text Example
White with #472ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472ACF; }
p { color: rgb(71,42,207); }
H1.HeaderClassName
{
color: #472ACF;
}
.AnyTagClassName
{
color: #472ACF;
}
</style>
background-color css
<style>
a { background-color: #472ACF; }
a { background-color: rgb(71,42,207); }
div.DivClassName
{
background-color: #472ACF;
}
.BgClassName
{
background-color: #472ACF;
}
</style>
border-color css
<style>
span { border-color: #472ACF; }
span { border-color: rgb(71,42,207); }
td.TdClassName
{
border-color: #472ACF;
}
.TagClassName
{
border-color: #472ACF;
}
</style>