Shades of Purple Heart #481BBB
Tints of Purple Heart #481BBB
RGB
CMYK
RGB Variations
Color information
#481BBB (or 0x481BBB) is known color: Purple Heart. HEX triplet: 48, 1B and BB. RGB value is (72,27,187). Sum of RGB (Red+Green+Blue) = 72+27+187=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #481BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBB is #B7E444. Grayscale: #3A3A3A. Windows color (decimal): -12051525 or 12262216. OLE color: 12262216.
HSL color Cylindrical-coordinate representation of color #481BBB: hue angle of 256.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481BBB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 27 | 187 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.27 |
| HSL | 256.88º | 0.75% | 0.42% | - |
| HSV(B) | 256.88º | 0.86% | 0.73% | - |
| XYZ | 12.03 | 5.75 | 47.49 | - |
| YUV | 58.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 187 | 0.61 | 0.86 | 0 | 0.27 | 256.88 | 0.75 | 0.42 |
| Hex | 48 | 1B | BB | 3D | 56 | 0 | 1B | 101 | 4B | 2A |
| Octal | 110 | 33 | 273 | 75 | 126 | 0 | 33 | 401 | 113 | 52 |
| Binary | 1001000 | 11011 | 10111011 | 111101 | 1010110 | 0 | 11011 | 100000001 | 1001011 | 101010 |
Color Harmonies of #481BBB
Complementary color
Monochromatic Colors of #481BBB
Black with #481BBB
Text Example
Text Example
White with #481BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BBB; }
p { color: rgb(72,27,187); }
H1.HeaderClassName
{
color: #481BBB;
}
.AnyTagClassName
{
color: #481BBB;
}
</style>
background-color css
<style>
a { background-color: #481BBB; }
a { background-color: rgb(72,27,187); }
div.DivClassName
{
background-color: #481BBB;
}
.BgClassName
{
background-color: #481BBB;
}
</style>
border-color css
<style>
span { border-color: #481BBB; }
span { border-color: rgb(72,27,187); }
td.TdClassName
{
border-color: #481BBB;
}
.TagClassName
{
border-color: #481BBB;
}
</style>