Shades of Purple Heart #4A1DC6
Tints of Purple Heart #4A1DC6
RGB
CMYK
RGB Variations
Color information
#4A1DC6 (or 0x4A1DC6) is known color: Purple Heart. HEX triplet: 4A, 1D and C6. RGB value is (74,29,198). Sum of RGB (Red+Green+Blue) = 74+29+198=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #4A1DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1DC6 is #B5E239. Grayscale: #3D3D3D. Windows color (decimal): -11919930 or 12983626. OLE color: 12983626.
HSL color Cylindrical-coordinate representation of color #4A1DC6: hue angle of 255.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1DC6 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 29 | 198 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.22 |
| HSL | 255.98º | 0.74% | 0.45% | - |
| HSV(B) | 255.98º | 0.85% | 0.78% | - |
| XYZ | 13.46 | 6.41 | 53.95 | - |
| YUV | 61.72 | 204.91 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 198 | 0.63 | 0.85 | 0 | 0.22 | 255.98 | 0.74 | 0.45 |
| Hex | 4A | 1D | C6 | 3F | 55 | 0 | 16 | 100 | 4A | 2D |
| Octal | 112 | 35 | 306 | 77 | 125 | 0 | 26 | 400 | 112 | 55 |
| Binary | 1001010 | 11101 | 11000110 | 111111 | 1010101 | 0 | 10110 | 100000000 | 1001010 | 101101 |
Color Harmonies of #4A1DC6
Complementary color
Monochromatic Colors of #4A1DC6
Black with #4A1DC6
Text Example
Text Example
White with #4A1DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1DC6; }
p { color: rgb(74,29,198); }
H1.HeaderClassName
{
color: #4A1DC6;
}
.AnyTagClassName
{
color: #4A1DC6;
}
</style>
background-color css
<style>
a { background-color: #4A1DC6; }
a { background-color: rgb(74,29,198); }
div.DivClassName
{
background-color: #4A1DC6;
}
.BgClassName
{
background-color: #4A1DC6;
}
</style>
border-color css
<style>
span { border-color: #4A1DC6; }
span { border-color: rgb(74,29,198); }
td.TdClassName
{
border-color: #4A1DC6;
}
.TagClassName
{
border-color: #4A1DC6;
}
</style>