Shades of Purple Heart #481CBC
Tints of Purple Heart #481CBC
RGB
CMYK
RGB Variations
Color information
#481CBC (or 0x481CBC) is known color: Purple Heart. HEX triplet: 48, 1C and BC. RGB value is (72,28,188). Sum of RGB (Red+Green+Blue) = 72+28+188=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #481CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CBC is #B7E343. Grayscale: #3A3A3A. Windows color (decimal): -12051268 or 12328008. OLE color: 12328008.
HSL color Cylindrical-coordinate representation of color #481CBC: hue angle of 256.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481CBC is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 28 | 188 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.26 |
| HSL | 256.5º | 0.74% | 0.42% | - |
| HSV(B) | 256.5º | 0.85% | 0.74% | - |
| XYZ | 12.16 | 5.84 | 48.06 | - |
| YUV | 59.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 188 | 0.62 | 0.85 | 0 | 0.26 | 256.5 | 0.74 | 0.42 |
| Hex | 48 | 1C | BC | 3E | 55 | 0 | 1A | 100 | 4A | 2A |
| Octal | 110 | 34 | 274 | 76 | 125 | 0 | 32 | 400 | 112 | 52 |
| Binary | 1001000 | 11100 | 10111100 | 111110 | 1010101 | 0 | 11010 | 100000000 | 1001010 | 101010 |
Color Harmonies of #481CBC
Complementary color
Monochromatic Colors of #481CBC
Black with #481CBC
Text Example
Text Example
White with #481CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481CBC; }
p { color: rgb(72,28,188); }
H1.HeaderClassName
{
color: #481CBC;
}
.AnyTagClassName
{
color: #481CBC;
}
</style>
background-color css
<style>
a { background-color: #481CBC; }
a { background-color: rgb(72,28,188); }
div.DivClassName
{
background-color: #481CBC;
}
.BgClassName
{
background-color: #481CBC;
}
</style>
border-color css
<style>
span { border-color: #481CBC; }
span { border-color: rgb(72,28,188); }
td.TdClassName
{
border-color: #481CBC;
}
.TagClassName
{
border-color: #481CBC;
}
</style>