Shades of Purple Heart #481BB6
Tints of Purple Heart #481BB6
RGB
CMYK
RGB Variations
Color information
#481BB6 (or 0x481BB6) is known color: Purple Heart. HEX triplet: 48, 1B and B6. RGB value is (72,27,182). Sum of RGB (Red+Green+Blue) = 72+27+182=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #481BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BB6 is #B7E449. Grayscale: #393939. Windows color (decimal): -12051530 or 11934536. OLE color: 11934536.
HSL color Cylindrical-coordinate representation of color #481BB6: hue angle of 257.42º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481BB6 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 27 | 182 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.29 |
| HSL | 257.42º | 0.74% | 0.41% | - |
| HSV(B) | 257.42º | 0.85% | 0.71% | - |
| XYZ | 11.51 | 5.54 | 44.72 | - |
| YUV | 58.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 182 | 0.60 | 0.85 | 0 | 0.29 | 257.42 | 0.74 | 0.41 |
| Hex | 48 | 1B | B6 | 3C | 55 | 0 | 1D | 101 | 4A | 29 |
| Octal | 110 | 33 | 266 | 74 | 125 | 0 | 35 | 401 | 112 | 51 |
| Binary | 1001000 | 11011 | 10110110 | 111100 | 1010101 | 0 | 11101 | 100000001 | 1001010 | 101001 |
Color Harmonies of #481BB6
Complementary color
Monochromatic Colors of #481BB6
Black with #481BB6
Text Example
Text Example
White with #481BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BB6; }
p { color: rgb(72,27,182); }
H1.HeaderClassName
{
color: #481BB6;
}
.AnyTagClassName
{
color: #481BB6;
}
</style>
background-color css
<style>
a { background-color: #481BB6; }
a { background-color: rgb(72,27,182); }
div.DivClassName
{
background-color: #481BB6;
}
.BgClassName
{
background-color: #481BB6;
}
</style>
border-color css
<style>
span { border-color: #481BB6; }
span { border-color: rgb(72,27,182); }
td.TdClassName
{
border-color: #481BB6;
}
.TagClassName
{
border-color: #481BB6;
}
</style>