Shades of Purple Heart #4836BC
Tints of Purple Heart #4836BC
RGB
CMYK
RGB Variations
Color information
#4836BC (or 0x4836BC) is known color: Purple Heart. HEX triplet: 48, 36 and BC. RGB value is (72,54,188). Sum of RGB (Red+Green+Blue) = 72+54+188=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4836BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4836BC is #B7C943. Grayscale: #4A4A4A. Windows color (decimal): -12044612 or 12334664. OLE color: 12334664.
HSL color Cylindrical-coordinate representation of color #4836BC: hue angle of 248.06º 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 #4836BC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 54 | 188 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.26 |
| HSL | 248.06º | 0.55% | 0.47% | - |
| HSV(B) | 248.06º | 0.71% | 0.74% | - |
| XYZ | 13.07 | 7.65 | 48.36 | - |
| YUV | 74.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 188 | 0.62 | 0.71 | 0 | 0.26 | 248.06 | 0.55 | 0.47 |
| Hex | 48 | 36 | BC | 3E | 47 | 0 | 1A | F8 | 37 | 2F |
| Octal | 110 | 66 | 274 | 76 | 107 | 0 | 32 | 370 | 67 | 57 |
| Binary | 1001000 | 110110 | 10111100 | 111110 | 1000111 | 0 | 11010 | 11111000 | 110111 | 101111 |
Color Harmonies of #4836BC
Complementary color
Monochromatic Colors of #4836BC
Black with #4836BC
Text Example
Text Example
White with #4836BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4836BC; }
p { color: rgb(72,54,188); }
H1.HeaderClassName
{
color: #4836BC;
}
.AnyTagClassName
{
color: #4836BC;
}
</style>
background-color css
<style>
a { background-color: #4836BC; }
a { background-color: rgb(72,54,188); }
div.DivClassName
{
background-color: #4836BC;
}
.BgClassName
{
background-color: #4836BC;
}
</style>
border-color css
<style>
span { border-color: #4836BC; }
span { border-color: rgb(72,54,188); }
td.TdClassName
{
border-color: #4836BC;
}
.TagClassName
{
border-color: #4836BC;
}
</style>