Shades of Purple Heart #481FBB
Tints of Purple Heart #481FBB
RGB
CMYK
RGB Variations
Color information
#481FBB (or 0x481FBB) is known color: Purple Heart. HEX triplet: 48, 1F and BB. RGB value is (72,31,187). Sum of RGB (Red+Green+Blue) = 72+31+187=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #481FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FBB is #B7E044. Grayscale: #3C3C3C. Windows color (decimal): -12050501 or 12263240. OLE color: 12263240.
HSL color Cylindrical-coordinate representation of color #481FBB: hue angle of 255.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481FBB is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 31 | 187 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.27 |
| HSL | 255.77º | 0.72% | 0.43% | - |
| HSV(B) | 255.77º | 0.83% | 0.73% | - |
| XYZ | 12.13 | 5.95 | 47.52 | - |
| YUV | 61.04 | 199.08 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 187 | 0.61 | 0.83 | 0 | 0.27 | 255.77 | 0.72 | 0.43 |
| Hex | 48 | 1F | BB | 3D | 53 | 0 | 1B | 100 | 48 | 2B |
| Octal | 110 | 37 | 273 | 75 | 123 | 0 | 33 | 400 | 110 | 53 |
| Binary | 1001000 | 11111 | 10111011 | 111101 | 1010011 | 0 | 11011 | 100000000 | 1001000 | 101011 |
Color Harmonies of #481FBB
Complementary color
Monochromatic Colors of #481FBB
Black with #481FBB
Text Example
Text Example
White with #481FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FBB; }
p { color: rgb(72,31,187); }
H1.HeaderClassName
{
color: #481FBB;
}
.AnyTagClassName
{
color: #481FBB;
}
</style>
background-color css
<style>
a { background-color: #481FBB; }
a { background-color: rgb(72,31,187); }
div.DivClassName
{
background-color: #481FBB;
}
.BgClassName
{
background-color: #481FBB;
}
</style>
border-color css
<style>
span { border-color: #481FBB; }
span { border-color: rgb(72,31,187); }
td.TdClassName
{
border-color: #481FBB;
}
.TagClassName
{
border-color: #481FBB;
}
</style>