Shades of Purple Heart #4C1ACF
Tints of Purple Heart #4C1ACF
RGB
CMYK
RGB Variations
Color information
#4C1ACF (or 0x4C1ACF) is known color: Purple Heart. HEX triplet: 4C, 1A and CF. RGB value is (76,26,207). Sum of RGB (Red+Green+Blue) = 76+26+207=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1ACF is #B3E530. Grayscale: #3C3C3C. Windows color (decimal): -11789617 or 13572684. OLE color: 13572684.
HSL color Cylindrical-coordinate representation of color #4C1ACF: hue angle of 256.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1ACF is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 26 | 207 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.19 |
| HSL | 256.57º | 0.78% | 0.46% | - |
| HSV(B) | 256.57º | 0.87% | 0.81% | - |
| XYZ | 14.61 | 6.78 | 59.57 | - |
| YUV | 61.58 | 210.07 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 207 | 0.63 | 0.87 | 0 | 0.19 | 256.57 | 0.78 | 0.46 |
| Hex | 4C | 1A | CF | 3F | 57 | 0 | 13 | 101 | 4E | 2E |
| Octal | 114 | 32 | 317 | 77 | 127 | 0 | 23 | 401 | 116 | 56 |
| Binary | 1001100 | 11010 | 11001111 | 111111 | 1010111 | 0 | 10011 | 100000001 | 1001110 | 101110 |
Color Harmonies of #4C1ACF
Complementary color
Monochromatic Colors of #4C1ACF
Black with #4C1ACF
Text Example
Text Example
White with #4C1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1ACF; }
p { color: rgb(76,26,207); }
H1.HeaderClassName
{
color: #4C1ACF;
}
.AnyTagClassName
{
color: #4C1ACF;
}
</style>
background-color css
<style>
a { background-color: #4C1ACF; }
a { background-color: rgb(76,26,207); }
div.DivClassName
{
background-color: #4C1ACF;
}
.BgClassName
{
background-color: #4C1ACF;
}
</style>
border-color css
<style>
span { border-color: #4C1ACF; }
span { border-color: rgb(76,26,207); }
td.TdClassName
{
border-color: #4C1ACF;
}
.TagClassName
{
border-color: #4C1ACF;
}
</style>