Shades of Purple Heart #4901B7
Tints of Purple Heart #4901B7
RGB
CMYK
RGB Variations
Color information
#4901B7 (or 0x4901B7) is known color: Purple Heart. HEX triplet: 49, 01 and B7. RGB value is (73,1,183). Sum of RGB (Red+Green+Blue) = 73+1+183=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #4901B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4901B7 is #B6FE48. Grayscale: #2A2A2A. Windows color (decimal): -11992649 or 11993417. OLE color: 11993417.
HSL color Cylindrical-coordinate representation of color #4901B7: hue angle of 263.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901B7 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 1 | 183 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.28 |
| HSL | 263.74º | 0.99% | 0.36% | - |
| HSV(B) | 263.74º | 0.99% | 0.72% | - |
| XYZ | 11.31 | 4.86 | 45.14 | - |
| YUV | 43.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 183 | 0.60 | 0.99 | 0 | 0.28 | 263.74 | 0.99 | 0.36 |
| Hex | 49 | 1 | B7 | 3C | 63 | 0 | 1C | 108 | 63 | 24 |
| Octal | 111 | 1 | 267 | 74 | 143 | 0 | 34 | 410 | 143 | 44 |
| Binary | 1001001 | 1 | 10110111 | 111100 | 1100011 | 0 | 11100 | 100001000 | 1100011 | 100100 |
Color Harmonies of #4901B7
Complementary color
Monochromatic Colors of #4901B7
Black with #4901B7
Text Example
Text Example
White with #4901B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901B7; }
p { color: rgb(73,1,183); }
H1.HeaderClassName
{
color: #4901B7;
}
.AnyTagClassName
{
color: #4901B7;
}
</style>
background-color css
<style>
a { background-color: #4901B7; }
a { background-color: rgb(73,1,183); }
div.DivClassName
{
background-color: #4901B7;
}
.BgClassName
{
background-color: #4901B7;
}
</style>
border-color css
<style>
span { border-color: #4901B7; }
span { border-color: rgb(73,1,183); }
td.TdClassName
{
border-color: #4901B7;
}
.TagClassName
{
border-color: #4901B7;
}
</style>