Shades of Purple Heart #4A19CB
Tints of Purple Heart #4A19CB
RGB
CMYK
RGB Variations
Color information
#4A19CB (or 0x4A19CB) is known color: Purple Heart. HEX triplet: 4A, 19 and CB. RGB value is (74,25,203). Sum of RGB (Red+Green+Blue) = 74+25+203=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A19CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A19CB is #B5E634. Grayscale: #3B3B3B. Windows color (decimal): -11920949 or 13310282. OLE color: 13310282.
HSL color Cylindrical-coordinate representation of color #4A19CB: hue angle of 256.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A19CB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 25 | 203 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.20 |
| HSL | 256.52º | 0.78% | 0.45% | - |
| HSV(B) | 256.52º | 0.88% | 0.8% | - |
| XYZ | 13.95 | 6.46 | 57.01 | - |
| YUV | 59.94 | 208.73 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 203 | 0.64 | 0.88 | 0 | 0.20 | 256.52 | 0.78 | 0.45 |
| Hex | 4A | 19 | CB | 40 | 58 | 0 | 14 | 101 | 4E | 2D |
| Octal | 112 | 31 | 313 | 100 | 130 | 0 | 24 | 401 | 116 | 55 |
| Binary | 1001010 | 11001 | 11001011 | 1000000 | 1011000 | 0 | 10100 | 100000001 | 1001110 | 101101 |
Color Harmonies of #4A19CB
Complementary color
Monochromatic Colors of #4A19CB
Black with #4A19CB
Text Example
Text Example
White with #4A19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A19CB; }
p { color: rgb(74,25,203); }
H1.HeaderClassName
{
color: #4A19CB;
}
.AnyTagClassName
{
color: #4A19CB;
}
</style>
background-color css
<style>
a { background-color: #4A19CB; }
a { background-color: rgb(74,25,203); }
div.DivClassName
{
background-color: #4A19CB;
}
.BgClassName
{
background-color: #4A19CB;
}
</style>
border-color css
<style>
span { border-color: #4A19CB; }
span { border-color: rgb(74,25,203); }
td.TdClassName
{
border-color: #4A19CB;
}
.TagClassName
{
border-color: #4A19CB;
}
</style>