Shades of Purple Heart #4901BD
Tints of Purple Heart #4901BD
RGB
CMYK
RGB Variations
Color information
#4901BD (or 0x4901BD) is known color: Purple Heart. HEX triplet: 49, 01 and BD. RGB value is (73,1,189). Sum of RGB (Red+Green+Blue) = 73+1+189=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #4901BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4901BD is #B6FE42. Grayscale: #2B2B2B. Windows color (decimal): -11992643 or 12386633. OLE color: 12386633.
HSL color Cylindrical-coordinate representation of color #4901BD: hue angle of 262.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901BD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 1 | 189 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.26 |
| HSL | 262.98º | 0.99% | 0.37% | - |
| HSV(B) | 262.98º | 0.99% | 0.74% | - |
| XYZ | 11.94 | 5.11 | 48.5 | - |
| YUV | 43.96 | 209.85 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 189 | 0.61 | 0.99 | 0 | 0.26 | 262.98 | 0.99 | 0.37 |
| Hex | 49 | 1 | BD | 3D | 63 | 0 | 1A | 107 | 63 | 25 |
| Octal | 111 | 1 | 275 | 75 | 143 | 0 | 32 | 407 | 143 | 45 |
| Binary | 1001001 | 1 | 10111101 | 111101 | 1100011 | 0 | 11010 | 100000111 | 1100011 | 100101 |
Color Harmonies of #4901BD
Complementary color
Monochromatic Colors of #4901BD
Black with #4901BD
Text Example
Text Example
White with #4901BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901BD; }
p { color: rgb(73,1,189); }
H1.HeaderClassName
{
color: #4901BD;
}
.AnyTagClassName
{
color: #4901BD;
}
</style>
background-color css
<style>
a { background-color: #4901BD; }
a { background-color: rgb(73,1,189); }
div.DivClassName
{
background-color: #4901BD;
}
.BgClassName
{
background-color: #4901BD;
}
</style>
border-color css
<style>
span { border-color: #4901BD; }
span { border-color: rgb(73,1,189); }
td.TdClassName
{
border-color: #4901BD;
}
.TagClassName
{
border-color: #4901BD;
}
</style>