Shades of Purple Heart #472CC1
Tints of Purple Heart #472CC1
RGB
CMYK
RGB Variations
Color information
#472CC1 (or 0x472CC1) is known color: Purple Heart. HEX triplet: 47, 2C and C1. RGB value is (71,44,193). Sum of RGB (Red+Green+Blue) = 71+44+193=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #472CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CC1 is #B8D33E. Grayscale: #444444. Windows color (decimal): -12112703 or 12659783. OLE color: 12659783.
HSL color Cylindrical-coordinate representation of color #472CC1: hue angle of 250.87º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472CC1 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 44 | 193 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.24 |
| HSL | 250.87º | 0.63% | 0.46% | - |
| HSV(B) | 250.87º | 0.77% | 0.76% | - |
| XYZ | 13.12 | 6.99 | 51.11 | - |
| YUV | 69.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 193 | 0.63 | 0.77 | 0 | 0.24 | 250.87 | 0.63 | 0.46 |
| Hex | 47 | 2C | C1 | 3F | 4D | 0 | 18 | FB | 3F | 2E |
| Octal | 107 | 54 | 301 | 77 | 115 | 0 | 30 | 373 | 77 | 56 |
| Binary | 1000111 | 101100 | 11000001 | 111111 | 1001101 | 0 | 11000 | 11111011 | 111111 | 101110 |
Color Harmonies of #472CC1
Complementary color
Monochromatic Colors of #472CC1
Black with #472CC1
Text Example
Text Example
White with #472CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CC1; }
p { color: rgb(71,44,193); }
H1.HeaderClassName
{
color: #472CC1;
}
.AnyTagClassName
{
color: #472CC1;
}
</style>
background-color css
<style>
a { background-color: #472CC1; }
a { background-color: rgb(71,44,193); }
div.DivClassName
{
background-color: #472CC1;
}
.BgClassName
{
background-color: #472CC1;
}
</style>
border-color css
<style>
span { border-color: #472CC1; }
span { border-color: rgb(71,44,193); }
td.TdClassName
{
border-color: #472CC1;
}
.TagClassName
{
border-color: #472CC1;
}
</style>