Shades of Purple Heart #4A19CC
Tints of Purple Heart #4A19CC
RGB
CMYK
RGB Variations
Color information
#4A19CC (or 0x4A19CC) is known color: Purple Heart. HEX triplet: 4A, 19 and CC. RGB value is (74,25,204). Sum of RGB (Red+Green+Blue) = 74+25+204=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A19CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A19CC is #B5E633. Grayscale: #3B3B3B. Windows color (decimal): -11920948 or 13375818. OLE color: 13375818.
HSL color Cylindrical-coordinate representation of color #4A19CC: hue angle of 256.42º 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 #4A19CC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 25 | 204 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.2 |
| HSL | 256.42º | 0.78% | 0.45% | - |
| HSV(B) | 256.42º | 0.88% | 0.8% | - |
| XYZ | 14.07 | 6.51 | 57.64 | - |
| YUV | 60.06 | 209.23 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 204 | 0.64 | 0.88 | 0 | 0.2 | 256.42 | 0.78 | 0.45 |
| Hex | 4A | 19 | CC | 40 | 58 | 0 | 14 | 100 | 4E | 2D |
| Octal | 112 | 31 | 314 | 100 | 130 | 0 | 24 | 400 | 116 | 55 |
| Binary | 1001010 | 11001 | 11001100 | 1000000 | 1011000 | 0 | 10100 | 100000000 | 1001110 | 101101 |
Color Harmonies of #4A19CC
Complementary color
Monochromatic Colors of #4A19CC
Black with #4A19CC
Text Example
Text Example
White with #4A19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A19CC; }
p { color: rgb(74,25,204); }
H1.HeaderClassName
{
color: #4A19CC;
}
.AnyTagClassName
{
color: #4A19CC;
}
</style>
background-color css
<style>
a { background-color: #4A19CC; }
a { background-color: rgb(74,25,204); }
div.DivClassName
{
background-color: #4A19CC;
}
.BgClassName
{
background-color: #4A19CC;
}
</style>
border-color css
<style>
span { border-color: #4A19CC; }
span { border-color: rgb(74,25,204); }
td.TdClassName
{
border-color: #4A19CC;
}
.TagClassName
{
border-color: #4A19CC;
}
</style>