Shades of Purple Heart #4917BD
Tints of Purple Heart #4917BD
RGB
CMYK
RGB Variations
Color information
#4917BD (or 0x4917BD) is known color: Purple Heart. HEX triplet: 49, 17 and BD. RGB value is (73,23,189). Sum of RGB (Red+Green+Blue) = 73+23+189=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #4917BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4917BD is #B6E842. Grayscale: #383838. Windows color (decimal): -11987011 or 12392265. OLE color: 12392265.
HSL color Cylindrical-coordinate representation of color #4917BD: hue angle of 258.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4917BD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 23 | 189 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.26 |
| HSL | 258.07º | 0.78% | 0.42% | - |
| HSV(B) | 258.07º | 0.88% | 0.74% | - |
| XYZ | 12.24 | 5.7 | 48.6 | - |
| YUV | 56.87 | 202.57 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 189 | 0.61 | 0.88 | 0 | 0.26 | 258.07 | 0.78 | 0.42 |
| Hex | 49 | 17 | BD | 3D | 58 | 0 | 1A | 102 | 4E | 2A |
| Octal | 111 | 27 | 275 | 75 | 130 | 0 | 32 | 402 | 116 | 52 |
| Binary | 1001001 | 10111 | 10111101 | 111101 | 1011000 | 0 | 11010 | 100000010 | 1001110 | 101010 |
Color Harmonies of #4917BD
Complementary color
Monochromatic Colors of #4917BD
Black with #4917BD
Text Example
Text Example
White with #4917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917BD; }
p { color: rgb(73,23,189); }
H1.HeaderClassName
{
color: #4917BD;
}
.AnyTagClassName
{
color: #4917BD;
}
</style>
background-color css
<style>
a { background-color: #4917BD; }
a { background-color: rgb(73,23,189); }
div.DivClassName
{
background-color: #4917BD;
}
.BgClassName
{
background-color: #4917BD;
}
</style>
border-color css
<style>
span { border-color: #4917BD; }
span { border-color: rgb(73,23,189); }
td.TdClassName
{
border-color: #4917BD;
}
.TagClassName
{
border-color: #4917BD;
}
</style>