Shades of Purple Heart #4219AD
Tints of Purple Heart #4219AD
RGB
CMYK
RGB Variations
Color information
#4219AD (or 0x4219AD) is known color: Purple Heart. HEX triplet: 42, 19 and AD. RGB value is (66,25,173). Sum of RGB (Red+Green+Blue) = 66+25+173=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #4219AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4219AD is #BDE652. Grayscale: #353535. Windows color (decimal): -12445267 or 11344194. OLE color: 11344194.
HSL color Cylindrical-coordinate representation of color #4219AD: hue angle of 256.62º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4219AD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 25 | 173 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.32 |
| HSL | 256.62º | 0.75% | 0.39% | - |
| HSV(B) | 256.62º | 0.86% | 0.68% | - |
| XYZ | 10.14 | 4.87 | 39.94 | - |
| YUV | 54.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 173 | 0.62 | 0.86 | 0 | 0.32 | 256.62 | 0.75 | 0.39 |
| Hex | 42 | 19 | AD | 3E | 56 | 0 | 20 | 101 | 4B | 27 |
| Octal | 102 | 31 | 255 | 76 | 126 | 0 | 40 | 401 | 113 | 47 |
| Binary | 1000010 | 11001 | 10101101 | 111110 | 1010110 | 0 | 100000 | 100000001 | 1001011 | 100111 |
Color Harmonies of #4219AD
Complementary color
Monochromatic Colors of #4219AD
Black with #4219AD
Text Example
Text Example
White with #4219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219AD; }
p { color: rgb(66,25,173); }
H1.HeaderClassName
{
color: #4219AD;
}
.AnyTagClassName
{
color: #4219AD;
}
</style>
background-color css
<style>
a { background-color: #4219AD; }
a { background-color: rgb(66,25,173); }
div.DivClassName
{
background-color: #4219AD;
}
.BgClassName
{
background-color: #4219AD;
}
</style>
border-color css
<style>
span { border-color: #4219AD; }
span { border-color: rgb(66,25,173); }
td.TdClassName
{
border-color: #4219AD;
}
.TagClassName
{
border-color: #4219AD;
}
</style>