Shades of Purple Heart #4918AA
Tints of Purple Heart #4918AA
RGB
CMYK
RGB Variations
Color information
#4918AA (or 0x4918AA) is known color: Purple Heart. HEX triplet: 49, 18 and AA. RGB value is (73,24,170). Sum of RGB (Red+Green+Blue) = 73+24+170=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #4918AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4918AA is #B6E755. Grayscale: #363636. Windows color (decimal): -11986774 or 11147337. OLE color: 11147337.
HSL color Cylindrical-coordinate representation of color #4918AA: hue angle of 260.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4918AA is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 24 | 170 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.33 |
| HSL | 260.14º | 0.75% | 0.38% | - |
| HSV(B) | 260.14º | 0.86% | 0.67% | - |
| XYZ | 10.33 | 4.97 | 38.45 | - |
| YUV | 55.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 170 | 0.57 | 0.86 | 0 | 0.33 | 260.14 | 0.75 | 0.38 |
| Hex | 49 | 18 | AA | 39 | 56 | 0 | 21 | 104 | 4B | 26 |
| Octal | 111 | 30 | 252 | 71 | 126 | 0 | 41 | 404 | 113 | 46 |
| Binary | 1001001 | 11000 | 10101010 | 111001 | 1010110 | 0 | 100001 | 100000100 | 1001011 | 100110 |
Color Harmonies of #4918AA
Complementary color
Monochromatic Colors of #4918AA
Black with #4918AA
Text Example
Text Example
White with #4918AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918AA; }
p { color: rgb(73,24,170); }
H1.HeaderClassName
{
color: #4918AA;
}
.AnyTagClassName
{
color: #4918AA;
}
</style>
background-color css
<style>
a { background-color: #4918AA; }
a { background-color: rgb(73,24,170); }
div.DivClassName
{
background-color: #4918AA;
}
.BgClassName
{
background-color: #4918AA;
}
</style>
border-color css
<style>
span { border-color: #4918AA; }
span { border-color: rgb(73,24,170); }
td.TdClassName
{
border-color: #4918AA;
}
.TagClassName
{
border-color: #4918AA;
}
</style>