Shades of Purple Heart #481FCD
Tints of Purple Heart #481FCD
RGB
CMYK
RGB Variations
Color information
#481FCD (or 0x481FCD) is known color: Purple Heart. HEX triplet: 48, 1F and CD. RGB value is (72,31,205). Sum of RGB (Red+Green+Blue) = 72+31+205=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #481FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCD is #B7E032. Grayscale: #3E3E3E. Windows color (decimal): -12050483 or 13442888. OLE color: 13442888.
HSL color Cylindrical-coordinate representation of color #481FCD: hue angle of 254.14º 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 #481FCD is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 31 | 205 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.20 |
| HSL | 254.14º | 0.74% | 0.46% | - |
| HSV(B) | 254.14º | 0.85% | 0.8% | - |
| XYZ | 14.18 | 6.77 | 58.32 | - |
| YUV | 63.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 205 | 0.65 | 0.85 | 0 | 0.20 | 254.14 | 0.74 | 0.46 |
| Hex | 48 | 1F | CD | 41 | 55 | 0 | 14 | FE | 4A | 2E |
| Octal | 110 | 37 | 315 | 101 | 125 | 0 | 24 | 376 | 112 | 56 |
| Binary | 1001000 | 11111 | 11001101 | 1000001 | 1010101 | 0 | 10100 | 11111110 | 1001010 | 101110 |
Color Harmonies of #481FCD
Complementary color
Monochromatic Colors of #481FCD
Black with #481FCD
Text Example
Text Example
White with #481FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481FCD; }
p { color: rgb(72,31,205); }
H1.HeaderClassName
{
color: #481FCD;
}
.AnyTagClassName
{
color: #481FCD;
}
</style>
background-color css
<style>
a { background-color: #481FCD; }
a { background-color: rgb(72,31,205); }
div.DivClassName
{
background-color: #481FCD;
}
.BgClassName
{
background-color: #481FCD;
}
</style>
border-color css
<style>
span { border-color: #481FCD; }
span { border-color: rgb(72,31,205); }
td.TdClassName
{
border-color: #481FCD;
}
.TagClassName
{
border-color: #481FCD;
}
</style>