Shades of Purple Heart #481BCB
Tints of Purple Heart #481BCB
RGB
CMYK
RGB Variations
Color information
#481BCB (or 0x481BCB) is known color: Purple Heart. HEX triplet: 48, 1B and CB. RGB value is (72,27,203). Sum of RGB (Red+Green+Blue) = 72+27+203=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #481BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BCB is #B7E434. Grayscale: #3B3B3B. Windows color (decimal): -12051509 or 13310792. OLE color: 13310792.
HSL color Cylindrical-coordinate representation of color #481BCB: hue angle of 255.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481BCB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 27 | 203 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.20 |
| HSL | 255.34º | 0.77% | 0.45% | - |
| HSV(B) | 255.34º | 0.87% | 0.8% | - |
| XYZ | 13.84 | 6.47 | 57.02 | - |
| YUV | 60.52 | 208.41 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 203 | 0.65 | 0.87 | 0 | 0.20 | 255.34 | 0.77 | 0.45 |
| Hex | 48 | 1B | CB | 41 | 57 | 0 | 14 | FF | 4D | 2D |
| Octal | 110 | 33 | 313 | 101 | 127 | 0 | 24 | 377 | 115 | 55 |
| Binary | 1001000 | 11011 | 11001011 | 1000001 | 1010111 | 0 | 10100 | 11111111 | 1001101 | 101101 |
Color Harmonies of #481BCB
Complementary color
Monochromatic Colors of #481BCB
Black with #481BCB
Text Example
Text Example
White with #481BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BCB; }
p { color: rgb(72,27,203); }
H1.HeaderClassName
{
color: #481BCB;
}
.AnyTagClassName
{
color: #481BCB;
}
</style>
background-color css
<style>
a { background-color: #481BCB; }
a { background-color: rgb(72,27,203); }
div.DivClassName
{
background-color: #481BCB;
}
.BgClassName
{
background-color: #481BCB;
}
</style>
border-color css
<style>
span { border-color: #481BCB; }
span { border-color: rgb(72,27,203); }
td.TdClassName
{
border-color: #481BCB;
}
.TagClassName
{
border-color: #481BCB;
}
</style>