Shades of Purple Heart #481BBE
Tints of Purple Heart #481BBE
RGB
CMYK
RGB Variations
Color information
#481BBE (or 0x481BBE) is known color: Purple Heart. HEX triplet: 48, 1B and BE. RGB value is (72,27,190). Sum of RGB (Red+Green+Blue) = 72+27+190=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #481BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBE is #B7E441. Grayscale: #3A3A3A. Windows color (decimal): -12051522 or 12458824. OLE color: 12458824.
HSL color Cylindrical-coordinate representation of color #481BBE: hue angle of 256.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481BBE is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 27 | 190 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.25 |
| HSL | 256.56º | 0.75% | 0.43% | - |
| HSV(B) | 256.56º | 0.86% | 0.75% | - |
| XYZ | 12.36 | 5.88 | 49.2 | - |
| YUV | 59.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 190 | 0.62 | 0.86 | 0 | 0.25 | 256.56 | 0.75 | 0.43 |
| Hex | 48 | 1B | BE | 3E | 56 | 0 | 19 | 101 | 4B | 2B |
| Octal | 110 | 33 | 276 | 76 | 126 | 0 | 31 | 401 | 113 | 53 |
| Binary | 1001000 | 11011 | 10111110 | 111110 | 1010110 | 0 | 11001 | 100000001 | 1001011 | 101011 |
Color Harmonies of #481BBE
Complementary color
Monochromatic Colors of #481BBE
Black with #481BBE
Text Example
Text Example
White with #481BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BBE; }
p { color: rgb(72,27,190); }
H1.HeaderClassName
{
color: #481BBE;
}
.AnyTagClassName
{
color: #481BBE;
}
</style>
background-color css
<style>
a { background-color: #481BBE; }
a { background-color: rgb(72,27,190); }
div.DivClassName
{
background-color: #481BBE;
}
.BgClassName
{
background-color: #481BBE;
}
</style>
border-color css
<style>
span { border-color: #481BBE; }
span { border-color: rgb(72,27,190); }
td.TdClassName
{
border-color: #481BBE;
}
.TagClassName
{
border-color: #481BBE;
}
</style>