Shades of Purple Heart #481FB9
Tints of Purple Heart #481FB9
RGB
CMYK
RGB Variations
Color information
#481FB9 (or 0x481FB9) is known color: Purple Heart. HEX triplet: 48, 1F and B9. RGB value is (72,31,185). Sum of RGB (Red+Green+Blue) = 72+31+185=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 185 (72.66% from 255 or 64.24% from 288); Max value from RGB is 185 - color contains mainly: blue. Hex color #481FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FB9 is #B7E046. Grayscale: #3C3C3C. Windows color (decimal): -12050503 or 12132168. OLE color: 12132168.
HSL color Cylindrical-coordinate representation of color #481FB9: hue angle of 255.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481FB9 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 31 | 185 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.27 |
| HSL | 255.97º | 0.71% | 0.42% | - |
| HSV(B) | 255.97º | 0.83% | 0.73% | - |
| XYZ | 11.92 | 5.86 | 46.4 | - |
| YUV | 60.82 | 198.08 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 185 | 0.61 | 0.83 | 0 | 0.27 | 255.97 | 0.71 | 0.42 |
| Hex | 48 | 1F | B9 | 3D | 53 | 0 | 1B | 100 | 47 | 2A |
| Octal | 110 | 37 | 271 | 75 | 123 | 0 | 33 | 400 | 107 | 52 |
| Binary | 1001000 | 11111 | 10111001 | 111101 | 1010011 | 0 | 11011 | 100000000 | 1000111 | 101010 |
Color Harmonies of #481FB9
Complementary color
Monochromatic Colors of #481FB9
Black with #481FB9
Text Example
Text Example
White with #481FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FB9; }
p { color: rgb(72,31,185); }
H1.HeaderClassName
{
color: #481FB9;
}
.AnyTagClassName
{
color: #481FB9;
}
</style>
background-color css
<style>
a { background-color: #481FB9; }
a { background-color: rgb(72,31,185); }
div.DivClassName
{
background-color: #481FB9;
}
.BgClassName
{
background-color: #481FB9;
}
</style>
border-color css
<style>
span { border-color: #481FB9; }
span { border-color: rgb(72,31,185); }
td.TdClassName
{
border-color: #481FB9;
}
.TagClassName
{
border-color: #481FB9;
}
</style>