Shades of Purple Heart #4936BC
Tints of Purple Heart #4936BC
RGB
CMYK
RGB Variations
Color information
#4936BC (or 0x4936BC) is known color: Purple Heart. HEX triplet: 49, 36 and BC. RGB value is (73,54,188). Sum of RGB (Red+Green+Blue) = 73+54+188=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #4936BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936BC is #B6C943. Grayscale: #4A4A4A. Windows color (decimal): -11979076 or 12334665. OLE color: 12334665.
HSL color Cylindrical-coordinate representation of color #4936BC: hue angle of 248.51º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4936BC is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 54 | 188 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.26 |
| HSL | 248.51º | 0.55% | 0.47% | - |
| HSV(B) | 248.51º | 0.71% | 0.74% | - |
| XYZ | 13.14 | 7.69 | 48.37 | - |
| YUV | 74.96 | 191.79 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 188 | 0.61 | 0.71 | 0 | 0.26 | 248.51 | 0.55 | 0.47 |
| Hex | 49 | 36 | BC | 3D | 47 | 0 | 1A | F9 | 37 | 2F |
| Octal | 111 | 66 | 274 | 75 | 107 | 0 | 32 | 371 | 67 | 57 |
| Binary | 1001001 | 110110 | 10111100 | 111101 | 1000111 | 0 | 11010 | 11111001 | 110111 | 101111 |
Color Harmonies of #4936BC
Complementary color
Monochromatic Colors of #4936BC
Black with #4936BC
Text Example
Text Example
White with #4936BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936BC; }
p { color: rgb(73,54,188); }
H1.HeaderClassName
{
color: #4936BC;
}
.AnyTagClassName
{
color: #4936BC;
}
</style>
background-color css
<style>
a { background-color: #4936BC; }
a { background-color: rgb(73,54,188); }
div.DivClassName
{
background-color: #4936BC;
}
.BgClassName
{
background-color: #4936BC;
}
</style>
border-color css
<style>
span { border-color: #4936BC; }
span { border-color: rgb(73,54,188); }
td.TdClassName
{
border-color: #4936BC;
}
.TagClassName
{
border-color: #4936BC;
}
</style>