Shades of Purple Heart #481FCB
Tints of Purple Heart #481FCB
RGB
CMYK
RGB Variations
Color information
#481FCB (or 0x481FCB) is known color: Purple Heart. HEX triplet: 48, 1F and CB. RGB value is (72,31,203). Sum of RGB (Red+Green+Blue) = 72+31+203=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #481FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCB is #B7E034. Grayscale: #3E3E3E. Windows color (decimal): -12050485 or 13311816. OLE color: 13311816.
HSL color Cylindrical-coordinate representation of color #481FCB: hue angle of 254.3º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481FCB is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 31 | 203 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.20 |
| HSL | 254.3º | 0.74% | 0.46% | - |
| HSV(B) | 254.3º | 0.85% | 0.8% | - |
| XYZ | 13.94 | 6.67 | 57.05 | - |
| YUV | 62.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 203 | 0.65 | 0.85 | 0 | 0.20 | 254.3 | 0.74 | 0.46 |
| Hex | 48 | 1F | CB | 41 | 55 | 0 | 14 | FE | 4A | 2E |
| Octal | 110 | 37 | 313 | 101 | 125 | 0 | 24 | 376 | 112 | 56 |
| Binary | 1001000 | 11111 | 11001011 | 1000001 | 1010101 | 0 | 10100 | 11111110 | 1001010 | 101110 |
Color Harmonies of #481FCB
Complementary color
Monochromatic Colors of #481FCB
Black with #481FCB
Text Example
Text Example
White with #481FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FCB; }
p { color: rgb(72,31,203); }
H1.HeaderClassName
{
color: #481FCB;
}
.AnyTagClassName
{
color: #481FCB;
}
</style>
background-color css
<style>
a { background-color: #481FCB; }
a { background-color: rgb(72,31,203); }
div.DivClassName
{
background-color: #481FCB;
}
.BgClassName
{
background-color: #481FCB;
}
</style>
border-color css
<style>
span { border-color: #481FCB; }
span { border-color: rgb(72,31,203); }
td.TdClassName
{
border-color: #481FCB;
}
.TagClassName
{
border-color: #481FCB;
}
</style>