Shades of Purple Heart #481BC9
Tints of Purple Heart #481BC9
RGB
CMYK
RGB Variations
Color information
#481BC9 (or 0x481BC9) is known color: Purple Heart. HEX triplet: 48, 1B and C9. RGB value is (72,27,201). Sum of RGB (Red+Green+Blue) = 72+27+201=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #481BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BC9 is #B7E436. Grayscale: #3B3B3B. Windows color (decimal): -12051511 or 13179720. OLE color: 13179720.
HSL color Cylindrical-coordinate representation of color #481BC9: hue angle of 255.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481BC9 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 27 | 201 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.21 |
| HSL | 255.52º | 0.76% | 0.45% | - |
| HSV(B) | 255.52º | 0.87% | 0.79% | - |
| XYZ | 13.61 | 6.38 | 55.77 | - |
| YUV | 60.29 | 207.41 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 201 | 0.64 | 0.87 | 0 | 0.21 | 255.52 | 0.76 | 0.45 |
| Hex | 48 | 1B | C9 | 40 | 57 | 0 | 15 | 100 | 4C | 2D |
| Octal | 110 | 33 | 311 | 100 | 127 | 0 | 25 | 400 | 114 | 55 |
| Binary | 1001000 | 11011 | 11001001 | 1000000 | 1010111 | 0 | 10101 | 100000000 | 1001100 | 101101 |
Color Harmonies of #481BC9
Complementary color
Monochromatic Colors of #481BC9
Black with #481BC9
Text Example
Text Example
White with #481BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BC9; }
p { color: rgb(72,27,201); }
H1.HeaderClassName
{
color: #481BC9;
}
.AnyTagClassName
{
color: #481BC9;
}
</style>
background-color css
<style>
a { background-color: #481BC9; }
a { background-color: rgb(72,27,201); }
div.DivClassName
{
background-color: #481BC9;
}
.BgClassName
{
background-color: #481BC9;
}
</style>
border-color css
<style>
span { border-color: #481BC9; }
span { border-color: rgb(72,27,201); }
td.TdClassName
{
border-color: #481BC9;
}
.TagClassName
{
border-color: #481BC9;
}
</style>