Shades of Purple Heart #481FAA
Tints of Purple Heart #481FAA
RGB
CMYK
RGB Variations
Color information
#481FAA (or 0x481FAA) is known color: Purple Heart. HEX triplet: 48, 1F and AA. RGB value is (72,31,170). Sum of RGB (Red+Green+Blue) = 72+31+170=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #481FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481FAA is #B7E055. Grayscale: #3A3A3A. Windows color (decimal): -12050518 or 11149128. OLE color: 11149128.
HSL color Cylindrical-coordinate representation of color #481FAA: hue angle of 257.7º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481FAA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 31 | 170 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.33 |
| HSL | 257.7º | 0.69% | 0.39% | - |
| HSV(B) | 257.7º | 0.82% | 0.67% | - |
| XYZ | 10.42 | 5.26 | 38.5 | - |
| YUV | 59.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 170 | 0.58 | 0.82 | 0 | 0.33 | 257.7 | 0.69 | 0.39 |
| Hex | 48 | 1F | AA | 3A | 52 | 0 | 21 | 102 | 45 | 27 |
| Octal | 110 | 37 | 252 | 72 | 122 | 0 | 41 | 402 | 105 | 47 |
| Binary | 1001000 | 11111 | 10101010 | 111010 | 1010010 | 0 | 100001 | 100000010 | 1000101 | 100111 |
Color Harmonies of #481FAA
Complementary color
Monochromatic Colors of #481FAA
Black with #481FAA
Text Example
Text Example
White with #481FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FAA; }
p { color: rgb(72,31,170); }
H1.HeaderClassName
{
color: #481FAA;
}
.AnyTagClassName
{
color: #481FAA;
}
</style>
background-color css
<style>
a { background-color: #481FAA; }
a { background-color: rgb(72,31,170); }
div.DivClassName
{
background-color: #481FAA;
}
.BgClassName
{
background-color: #481FAA;
}
</style>
border-color css
<style>
span { border-color: #481FAA; }
span { border-color: rgb(72,31,170); }
td.TdClassName
{
border-color: #481FAA;
}
.TagClassName
{
border-color: #481FAA;
}
</style>