Shades of Purple Heart #481EB0
Tints of Purple Heart #481EB0
RGB
CMYK
RGB Variations
Color information
#481EB0 (or 0x481EB0) is known color: Purple Heart. HEX triplet: 48, 1E and B0. RGB value is (72,30,176). Sum of RGB (Red+Green+Blue) = 72+30+176=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #481EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481EB0 is #B7E14F. Grayscale: #3A3A3A. Windows color (decimal): -12050768 or 11542088. OLE color: 11542088.
HSL color Cylindrical-coordinate representation of color #481EB0: hue angle of 257.26º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481EB0 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 30 | 176 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.31 |
| HSL | 257.26º | 0.71% | 0.4% | - |
| HSV(B) | 257.26º | 0.83% | 0.69% | - |
| XYZ | 10.97 | 5.44 | 41.55 | - |
| YUV | 59.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 176 | 0.59 | 0.83 | 0 | 0.31 | 257.26 | 0.71 | 0.4 |
| Hex | 48 | 1E | B0 | 3B | 53 | 0 | 1F | 101 | 47 | 28 |
| Octal | 110 | 36 | 260 | 73 | 123 | 0 | 37 | 401 | 107 | 50 |
| Binary | 1001000 | 11110 | 10110000 | 111011 | 1010011 | 0 | 11111 | 100000001 | 1000111 | 101000 |
Color Harmonies of #481EB0
Complementary color
Monochromatic Colors of #481EB0
Black with #481EB0
Text Example
Text Example
White with #481EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EB0; }
p { color: rgb(72,30,176); }
H1.HeaderClassName
{
color: #481EB0;
}
.AnyTagClassName
{
color: #481EB0;
}
</style>
background-color css
<style>
a { background-color: #481EB0; }
a { background-color: rgb(72,30,176); }
div.DivClassName
{
background-color: #481EB0;
}
.BgClassName
{
background-color: #481EB0;
}
</style>
border-color css
<style>
span { border-color: #481EB0; }
span { border-color: rgb(72,30,176); }
td.TdClassName
{
border-color: #481EB0;
}
.TagClassName
{
border-color: #481EB0;
}
</style>