Shades of Purple Heart #481DBE
Tints of Purple Heart #481DBE
RGB
CMYK
RGB Variations
Color information
#481DBE (or 0x481DBE) is known color: Purple Heart. HEX triplet: 48, 1D and BE. RGB value is (72,29,190). Sum of RGB (Red+Green+Blue) = 72+29+190=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #481DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DBE is #B7E241. Grayscale: #3B3B3B. Windows color (decimal): -12051010 or 12459336. OLE color: 12459336.
HSL color Cylindrical-coordinate representation of color #481DBE: hue angle of 256.02º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481DBE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 29 | 190 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.25 |
| HSL | 256.02º | 0.74% | 0.43% | - |
| HSV(B) | 256.02º | 0.85% | 0.75% | - |
| XYZ | 12.41 | 5.97 | 49.21 | - |
| YUV | 60.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 190 | 0.62 | 0.85 | 0 | 0.25 | 256.02 | 0.74 | 0.43 |
| Hex | 48 | 1D | BE | 3E | 55 | 0 | 19 | 100 | 4A | 2B |
| Octal | 110 | 35 | 276 | 76 | 125 | 0 | 31 | 400 | 112 | 53 |
| Binary | 1001000 | 11101 | 10111110 | 111110 | 1010101 | 0 | 11001 | 100000000 | 1001010 | 101011 |
Color Harmonies of #481DBE
Complementary color
Monochromatic Colors of #481DBE
Black with #481DBE
Text Example
Text Example
White with #481DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DBE; }
p { color: rgb(72,29,190); }
H1.HeaderClassName
{
color: #481DBE;
}
.AnyTagClassName
{
color: #481DBE;
}
</style>
background-color css
<style>
a { background-color: #481DBE; }
a { background-color: rgb(72,29,190); }
div.DivClassName
{
background-color: #481DBE;
}
.BgClassName
{
background-color: #481DBE;
}
</style>
border-color css
<style>
span { border-color: #481DBE; }
span { border-color: rgb(72,29,190); }
td.TdClassName
{
border-color: #481DBE;
}
.TagClassName
{
border-color: #481DBE;
}
</style>