Shades of Purple Heart #4A1FC6
Tints of Purple Heart #4A1FC6
RGB
CMYK
RGB Variations
Color information
#4A1FC6 (or 0x4A1FC6) is known color: Purple Heart. HEX triplet: 4A, 1F and C6. RGB value is (74,31,198). Sum of RGB (Red+Green+Blue) = 74+31+198=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #4A1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FC6 is #B5E039. Grayscale: #3E3E3E. Windows color (decimal): -11919418 or 12984138. OLE color: 12984138.
HSL color Cylindrical-coordinate representation of color #4A1FC6: hue angle of 255.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1FC6 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 31 | 198 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.22 |
| HSL | 255.45º | 0.73% | 0.45% | - |
| HSV(B) | 255.45º | 0.84% | 0.78% | - |
| XYZ | 13.51 | 6.51 | 53.97 | - |
| YUV | 62.9 | 204.25 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 198 | 0.63 | 0.84 | 0 | 0.22 | 255.45 | 0.73 | 0.45 |
| Hex | 4A | 1F | C6 | 3F | 54 | 0 | 16 | FF | 49 | 2D |
| Octal | 112 | 37 | 306 | 77 | 124 | 0 | 26 | 377 | 111 | 55 |
| Binary | 1001010 | 11111 | 11000110 | 111111 | 1010100 | 0 | 10110 | 11111111 | 1001001 | 101101 |
Color Harmonies of #4A1FC6
Complementary color
Monochromatic Colors of #4A1FC6
Black with #4A1FC6
Text Example
Text Example
White with #4A1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FC6; }
p { color: rgb(74,31,198); }
H1.HeaderClassName
{
color: #4A1FC6;
}
.AnyTagClassName
{
color: #4A1FC6;
}
</style>
background-color css
<style>
a { background-color: #4A1FC6; }
a { background-color: rgb(74,31,198); }
div.DivClassName
{
background-color: #4A1FC6;
}
.BgClassName
{
background-color: #4A1FC6;
}
</style>
border-color css
<style>
span { border-color: #4A1FC6; }
span { border-color: rgb(74,31,198); }
td.TdClassName
{
border-color: #4A1FC6;
}
.TagClassName
{
border-color: #4A1FC6;
}
</style>