Shades of Purple Heart #4A16C4
Tints of Purple Heart #4A16C4
RGB
CMYK
RGB Variations
Color information
#4A16C4 (or 0x4A16C4) is known color: Purple Heart. HEX triplet: 4A, 16 and C4. RGB value is (74,22,196). Sum of RGB (Red+Green+Blue) = 74+22+196=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 196 (76.95% from 255 or 67.12% from 292); Max value from RGB is 196 - color contains mainly: blue. Hex color #4A16C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A16C4 is #B5E93B. Grayscale: #383838. Windows color (decimal): -11921724 or 12850762. OLE color: 12850762.
HSL color Cylindrical-coordinate representation of color #4A16C4: hue angle of 257.93º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A16C4 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 22 | 196 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.23 |
| HSL | 257.93º | 0.8% | 0.43% | - |
| HSV(B) | 257.93º | 0.89% | 0.77% | - |
| XYZ | 13.07 | 6.02 | 52.7 | - |
| YUV | 57.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 196 | 0.62 | 0.89 | 0 | 0.23 | 257.93 | 0.8 | 0.43 |
| Hex | 4A | 16 | C4 | 3E | 59 | 0 | 17 | 102 | 50 | 2B |
| Octal | 112 | 26 | 304 | 76 | 131 | 0 | 27 | 402 | 120 | 53 |
| Binary | 1001010 | 10110 | 11000100 | 111110 | 1011001 | 0 | 10111 | 100000010 | 1010000 | 101011 |
Color Harmonies of #4A16C4
Complementary color
Monochromatic Colors of #4A16C4
Black with #4A16C4
Text Example
Text Example
White with #4A16C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A16C4; }
p { color: rgb(74,22,196); }
H1.HeaderClassName
{
color: #4A16C4;
}
.AnyTagClassName
{
color: #4A16C4;
}
</style>
background-color css
<style>
a { background-color: #4A16C4; }
a { background-color: rgb(74,22,196); }
div.DivClassName
{
background-color: #4A16C4;
}
.BgClassName
{
background-color: #4A16C4;
}
</style>
border-color css
<style>
span { border-color: #4A16C4; }
span { border-color: rgb(74,22,196); }
td.TdClassName
{
border-color: #4A16C4;
}
.TagClassName
{
border-color: #4A16C4;
}
</style>