Shades of Purple Heart #4A1DC1
Tints of Purple Heart #4A1DC1
RGB
CMYK
RGB Variations
Color information
#4A1DC1 (or 0x4A1DC1) is known color: Purple Heart. HEX triplet: 4A, 1D and C1. RGB value is (74,29,193). Sum of RGB (Red+Green+Blue) = 74+29+193=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #4A1DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1DC1 is #B5E23E. Grayscale: #3C3C3C. Windows color (decimal): -11919935 or 12655946. OLE color: 12655946.
HSL color Cylindrical-coordinate representation of color #4A1DC1: hue angle of 256.46º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1DC1 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 29 | 193 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.24 |
| HSL | 256.46º | 0.74% | 0.44% | - |
| HSV(B) | 256.46º | 0.85% | 0.76% | - |
| XYZ | 12.89 | 6.18 | 50.97 | - |
| YUV | 61.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 193 | 0.62 | 0.85 | 0 | 0.24 | 256.46 | 0.74 | 0.44 |
| Hex | 4A | 1D | C1 | 3E | 55 | 0 | 18 | 100 | 4A | 2C |
| Octal | 112 | 35 | 301 | 76 | 125 | 0 | 30 | 400 | 112 | 54 |
| Binary | 1001010 | 11101 | 11000001 | 111110 | 1010101 | 0 | 11000 | 100000000 | 1001010 | 101100 |
Color Harmonies of #4A1DC1
Complementary color
Monochromatic Colors of #4A1DC1
Black with #4A1DC1
Text Example
Text Example
White with #4A1DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1DC1; }
p { color: rgb(74,29,193); }
H1.HeaderClassName
{
color: #4A1DC1;
}
.AnyTagClassName
{
color: #4A1DC1;
}
</style>
background-color css
<style>
a { background-color: #4A1DC1; }
a { background-color: rgb(74,29,193); }
div.DivClassName
{
background-color: #4A1DC1;
}
.BgClassName
{
background-color: #4A1DC1;
}
</style>
border-color css
<style>
span { border-color: #4A1DC1; }
span { border-color: rgb(74,29,193); }
td.TdClassName
{
border-color: #4A1DC1;
}
.TagClassName
{
border-color: #4A1DC1;
}
</style>