Shades of Purple Heart #481EC0
Tints of Purple Heart #481EC0
RGB
CMYK
RGB Variations
Color information
#481EC0 (or 0x481EC0) is known color: Purple Heart. HEX triplet: 48, 1E and C0. RGB value is (72,30,192). Sum of RGB (Red+Green+Blue) = 72+30+192=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #481EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EC0 is #B7E13F. Grayscale: #3C3C3C. Windows color (decimal): -12050752 or 12590664. OLE color: 12590664.
HSL color Cylindrical-coordinate representation of color #481EC0: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481EC0 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 30 | 192 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.25 |
| HSL | 255.56º | 0.73% | 0.44% | - |
| HSV(B) | 255.56º | 0.84% | 0.75% | - |
| XYZ | 12.65 | 6.11 | 50.38 | - |
| YUV | 61.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 192 | 0.63 | 0.84 | 0 | 0.25 | 255.56 | 0.73 | 0.44 |
| Hex | 48 | 1E | C0 | 3F | 54 | 0 | 19 | 100 | 49 | 2C |
| Octal | 110 | 36 | 300 | 77 | 124 | 0 | 31 | 400 | 111 | 54 |
| Binary | 1001000 | 11110 | 11000000 | 111111 | 1010100 | 0 | 11001 | 100000000 | 1001001 | 101100 |
Color Harmonies of #481EC0
Complementary color
Monochromatic Colors of #481EC0
Black with #481EC0
Text Example
Text Example
White with #481EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481EC0; }
p { color: rgb(72,30,192); }
H1.HeaderClassName
{
color: #481EC0;
}
.AnyTagClassName
{
color: #481EC0;
}
</style>
background-color css
<style>
a { background-color: #481EC0; }
a { background-color: rgb(72,30,192); }
div.DivClassName
{
background-color: #481EC0;
}
.BgClassName
{
background-color: #481EC0;
}
</style>
border-color css
<style>
span { border-color: #481EC0; }
span { border-color: rgb(72,30,192); }
td.TdClassName
{
border-color: #481EC0;
}
.TagClassName
{
border-color: #481EC0;
}
</style>