Shades of Purple Heart #4905BC
Tints of Purple Heart #4905BC
RGB
CMYK
RGB Variations
Color information
#4905BC (or 0x4905BC) is known color: Purple Heart. HEX triplet: 49, 05 and BC. RGB value is (73,5,188). Sum of RGB (Red+Green+Blue) = 73+5+188=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #4905BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905BC is #B6FA43. Grayscale: #2D2D2D. Windows color (decimal): -11991620 or 12322121. OLE color: 12322121.
HSL color Cylindrical-coordinate representation of color #4905BC: hue angle of 262.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4905BC is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 5 | 188 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.26 |
| HSL | 262.3º | 0.95% | 0.38% | - |
| HSV(B) | 262.3º | 0.97% | 0.74% | - |
| XYZ | 11.88 | 5.16 | 47.95 | - |
| YUV | 46.19 | 208.03 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 188 | 0.61 | 0.97 | 0 | 0.26 | 262.3 | 0.95 | 0.38 |
| Hex | 49 | 5 | BC | 3D | 61 | 0 | 1A | 106 | 5F | 26 |
| Octal | 111 | 5 | 274 | 75 | 141 | 0 | 32 | 406 | 137 | 46 |
| Binary | 1001001 | 101 | 10111100 | 111101 | 1100001 | 0 | 11010 | 100000110 | 1011111 | 100110 |
Color Harmonies of #4905BC
Complementary color
Monochromatic Colors of #4905BC
Black with #4905BC
Text Example
Text Example
White with #4905BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905BC; }
p { color: rgb(73,5,188); }
H1.HeaderClassName
{
color: #4905BC;
}
.AnyTagClassName
{
color: #4905BC;
}
</style>
background-color css
<style>
a { background-color: #4905BC; }
a { background-color: rgb(73,5,188); }
div.DivClassName
{
background-color: #4905BC;
}
.BgClassName
{
background-color: #4905BC;
}
</style>
border-color css
<style>
span { border-color: #4905BC; }
span { border-color: rgb(73,5,188); }
td.TdClassName
{
border-color: #4905BC;
}
.TagClassName
{
border-color: #4905BC;
}
</style>