Shades of Purple Heart #4812BC
Tints of Purple Heart #4812BC
RGB
CMYK
RGB Variations
Color information
#4812BC (or 0x4812BC) is known color: Purple Heart. HEX triplet: 48, 12 and BC. RGB value is (72,18,188). Sum of RGB (Red+Green+Blue) = 72+18+188=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4812BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812BC is #B7ED43. Grayscale: #343434. Windows color (decimal): -12053828 or 12325448. OLE color: 12325448.
HSL color Cylindrical-coordinate representation of color #4812BC: hue angle of 259.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4812BC is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 18 | 188 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.26 |
| HSL | 259.06º | 0.83% | 0.4% | - |
| HSV(B) | 259.06º | 0.9% | 0.74% | - |
| XYZ | 11.97 | 5.44 | 48 | - |
| YUV | 53.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 188 | 0.62 | 0.90 | 0 | 0.26 | 259.06 | 0.83 | 0.4 |
| Hex | 48 | 12 | BC | 3E | 5A | 0 | 1A | 103 | 53 | 28 |
| Octal | 110 | 22 | 274 | 76 | 132 | 0 | 32 | 403 | 123 | 50 |
| Binary | 1001000 | 10010 | 10111100 | 111110 | 1011010 | 0 | 11010 | 100000011 | 1010011 | 101000 |
Color Harmonies of #4812BC
Complementary color
Monochromatic Colors of #4812BC
Black with #4812BC
Text Example
Text Example
White with #4812BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812BC; }
p { color: rgb(72,18,188); }
H1.HeaderClassName
{
color: #4812BC;
}
.AnyTagClassName
{
color: #4812BC;
}
</style>
background-color css
<style>
a { background-color: #4812BC; }
a { background-color: rgb(72,18,188); }
div.DivClassName
{
background-color: #4812BC;
}
.BgClassName
{
background-color: #4812BC;
}
</style>
border-color css
<style>
span { border-color: #4812BC; }
span { border-color: rgb(72,18,188); }
td.TdClassName
{
border-color: #4812BC;
}
.TagClassName
{
border-color: #4812BC;
}
</style>