Shades of Purple Heart #4915AF
Tints of Purple Heart #4915AF
RGB
CMYK
RGB Variations
Color information
#4915AF (or 0x4915AF) is known color: Purple Heart. HEX triplet: 49, 15 and AF. RGB value is (73,21,175). Sum of RGB (Red+Green+Blue) = 73+21+175=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #4915AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4915AF is #B6EA50. Grayscale: #353535. Windows color (decimal): -11987537 or 11474249. OLE color: 11474249.
HSL color Cylindrical-coordinate representation of color #4915AF: hue angle of 260.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4915AF is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 21 | 175 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.31 |
| HSL | 260.26º | 0.79% | 0.38% | - |
| HSV(B) | 260.26º | 0.88% | 0.69% | - |
| XYZ | 10.75 | 5.05 | 40.97 | - |
| YUV | 54.1 | 196.23 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 175 | 0.58 | 0.88 | 0 | 0.31 | 260.26 | 0.79 | 0.38 |
| Hex | 49 | 15 | AF | 3A | 58 | 0 | 1F | 104 | 4F | 26 |
| Octal | 111 | 25 | 257 | 72 | 130 | 0 | 37 | 404 | 117 | 46 |
| Binary | 1001001 | 10101 | 10101111 | 111010 | 1011000 | 0 | 11111 | 100000100 | 1001111 | 100110 |
Color Harmonies of #4915AF
Complementary color
Monochromatic Colors of #4915AF
Black with #4915AF
Text Example
Text Example
White with #4915AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4915AF; }
p { color: rgb(73,21,175); }
H1.HeaderClassName
{
color: #4915AF;
}
.AnyTagClassName
{
color: #4915AF;
}
</style>
background-color css
<style>
a { background-color: #4915AF; }
a { background-color: rgb(73,21,175); }
div.DivClassName
{
background-color: #4915AF;
}
.BgClassName
{
background-color: #4915AF;
}
</style>
border-color css
<style>
span { border-color: #4915AF; }
span { border-color: rgb(73,21,175); }
td.TdClassName
{
border-color: #4915AF;
}
.TagClassName
{
border-color: #4915AF;
}
</style>