Shades of Purple Heart #481FAD
Tints of Purple Heart #481FAD
RGB
CMYK
RGB Variations
Color information
#481FAD (or 0x481FAD) is known color: Purple Heart. HEX triplet: 48, 1F and AD. RGB value is (72,31,173). Sum of RGB (Red+Green+Blue) = 72+31+173=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #481FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481FAD is #B7E052. Grayscale: #3A3A3A. Windows color (decimal): -12050515 or 11345736. OLE color: 11345736.
HSL color Cylindrical-coordinate representation of color #481FAD: hue angle of 257.32º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481FAD is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 31 | 173 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.32 |
| HSL | 257.32º | 0.7% | 0.4% | - |
| HSV(B) | 257.32º | 0.82% | 0.68% | - |
| XYZ | 10.71 | 5.37 | 40.01 | - |
| YUV | 59.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 173 | 0.58 | 0.82 | 0 | 0.32 | 257.32 | 0.7 | 0.4 |
| Hex | 48 | 1F | AD | 3A | 52 | 0 | 20 | 101 | 46 | 28 |
| Octal | 110 | 37 | 255 | 72 | 122 | 0 | 40 | 401 | 106 | 50 |
| Binary | 1001000 | 11111 | 10101101 | 111010 | 1010010 | 0 | 100000 | 100000001 | 1000110 | 101000 |
Color Harmonies of #481FAD
Complementary color
Monochromatic Colors of #481FAD
Black with #481FAD
Text Example
Text Example
White with #481FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FAD; }
p { color: rgb(72,31,173); }
H1.HeaderClassName
{
color: #481FAD;
}
.AnyTagClassName
{
color: #481FAD;
}
</style>
background-color css
<style>
a { background-color: #481FAD; }
a { background-color: rgb(72,31,173); }
div.DivClassName
{
background-color: #481FAD;
}
.BgClassName
{
background-color: #481FAD;
}
</style>
border-color css
<style>
span { border-color: #481FAD; }
span { border-color: rgb(72,31,173); }
td.TdClassName
{
border-color: #481FAD;
}
.TagClassName
{
border-color: #481FAD;
}
</style>