Shades of Purple Heart #4910AA
Tints of Purple Heart #4910AA
RGB
CMYK
RGB Variations
Color information
#4910AA (or 0x4910AA) is known color: Purple Heart. HEX triplet: 49, 10 and AA. RGB value is (73,16,170). Sum of RGB (Red+Green+Blue) = 73+16+170=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #4910AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4910AA is #B6EF55. Grayscale: #323232. Windows color (decimal): -11988822 or 11145289. OLE color: 11145289.
HSL color Cylindrical-coordinate representation of color #4910AA: hue angle of 262.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4910AA is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 16 | 170 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.33 |
| HSL | 262.21º | 0.83% | 0.36% | - |
| HSV(B) | 262.21º | 0.91% | 0.67% | - |
| XYZ | 10.19 | 4.69 | 38.4 | - |
| YUV | 50.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 170 | 0.57 | 0.91 | 0 | 0.33 | 262.21 | 0.83 | 0.36 |
| Hex | 49 | 10 | AA | 39 | 5B | 0 | 21 | 106 | 53 | 24 |
| Octal | 111 | 20 | 252 | 71 | 133 | 0 | 41 | 406 | 123 | 44 |
| Binary | 1001001 | 10000 | 10101010 | 111001 | 1011011 | 0 | 100001 | 100000110 | 1010011 | 100100 |
Color Harmonies of #4910AA
Complementary color
Monochromatic Colors of #4910AA
Black with #4910AA
Text Example
Text Example
White with #4910AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4910AA; }
p { color: rgb(73,16,170); }
H1.HeaderClassName
{
color: #4910AA;
}
.AnyTagClassName
{
color: #4910AA;
}
</style>
background-color css
<style>
a { background-color: #4910AA; }
a { background-color: rgb(73,16,170); }
div.DivClassName
{
background-color: #4910AA;
}
.BgClassName
{
background-color: #4910AA;
}
</style>
border-color css
<style>
span { border-color: #4910AA; }
span { border-color: rgb(73,16,170); }
td.TdClassName
{
border-color: #4910AA;
}
.TagClassName
{
border-color: #4910AA;
}
</style>