Shades of Purple Heart #4902BD
Tints of Purple Heart #4902BD
RGB
CMYK
RGB Variations
Color information
#4902BD (or 0x4902BD) is known color: Purple Heart. HEX triplet: 49, 02 and BD. RGB value is (73,2,189). Sum of RGB (Red+Green+Blue) = 73+2+189=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #4902BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902BD is #B6FD42. Grayscale: #2B2B2B. Windows color (decimal): -11992387 or 12386889. OLE color: 12386889.
HSL color Cylindrical-coordinate representation of color #4902BD: hue angle of 262.78º degrees, saturation: 0.98, 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 #4902BD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 2 | 189 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.26 |
| HSL | 262.78º | 0.98% | 0.37% | - |
| HSV(B) | 262.78º | 0.99% | 0.74% | - |
| XYZ | 11.95 | 5.13 | 48.51 | - |
| YUV | 44.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 189 | 0.61 | 0.99 | 0 | 0.26 | 262.78 | 0.98 | 0.37 |
| Hex | 49 | 2 | BD | 3D | 63 | 0 | 1A | 107 | 62 | 25 |
| Octal | 111 | 2 | 275 | 75 | 143 | 0 | 32 | 407 | 142 | 45 |
| Binary | 1001001 | 10 | 10111101 | 111101 | 1100011 | 0 | 11010 | 100000111 | 1100010 | 100101 |
Color Harmonies of #4902BD
Complementary color
Monochromatic Colors of #4902BD
Black with #4902BD
Text Example
Text Example
White with #4902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902BD; }
p { color: rgb(73,2,189); }
H1.HeaderClassName
{
color: #4902BD;
}
.AnyTagClassName
{
color: #4902BD;
}
</style>
background-color css
<style>
a { background-color: #4902BD; }
a { background-color: rgb(73,2,189); }
div.DivClassName
{
background-color: #4902BD;
}
.BgClassName
{
background-color: #4902BD;
}
</style>
border-color css
<style>
span { border-color: #4902BD; }
span { border-color: rgb(73,2,189); }
td.TdClassName
{
border-color: #4902BD;
}
.TagClassName
{
border-color: #4902BD;
}
</style>