Shades of Purple Heart #4912BB
Tints of Purple Heart #4912BB
RGB
CMYK
RGB Variations
Color information
#4912BB (or 0x4912BB) is known color: Purple Heart. HEX triplet: 49, 12 and BB. RGB value is (73,18,187). Sum of RGB (Red+Green+Blue) = 73+18+187=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4912BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912BB is #B6ED44. Grayscale: #353535. Windows color (decimal): -11988293 or 12259913. OLE color: 12259913.
HSL color Cylindrical-coordinate representation of color #4912BB: hue angle of 259.53º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4912BB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 18 | 187 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.27 |
| HSL | 259.53º | 0.82% | 0.4% | - |
| HSV(B) | 259.53º | 0.9% | 0.73% | - |
| XYZ | 11.93 | 5.44 | 47.43 | - |
| YUV | 53.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 187 | 0.61 | 0.90 | 0 | 0.27 | 259.53 | 0.82 | 0.4 |
| Hex | 49 | 12 | BB | 3D | 5A | 0 | 1B | 104 | 52 | 28 |
| Octal | 111 | 22 | 273 | 75 | 132 | 0 | 33 | 404 | 122 | 50 |
| Binary | 1001001 | 10010 | 10111011 | 111101 | 1011010 | 0 | 11011 | 100000100 | 1010010 | 101000 |
Color Harmonies of #4912BB
Complementary color
Monochromatic Colors of #4912BB
Black with #4912BB
Text Example
Text Example
White with #4912BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4912BB; }
p { color: rgb(73,18,187); }
H1.HeaderClassName
{
color: #4912BB;
}
.AnyTagClassName
{
color: #4912BB;
}
</style>
background-color css
<style>
a { background-color: #4912BB; }
a { background-color: rgb(73,18,187); }
div.DivClassName
{
background-color: #4912BB;
}
.BgClassName
{
background-color: #4912BB;
}
</style>
border-color css
<style>
span { border-color: #4912BB; }
span { border-color: rgb(73,18,187); }
td.TdClassName
{
border-color: #4912BB;
}
.TagClassName
{
border-color: #4912BB;
}
</style>