Shades of Purple Heart #481ECE
Tints of Purple Heart #481ECE
RGB
CMYK
RGB Variations
Color information
#481ECE (or 0x481ECE) is known color: Purple Heart. HEX triplet: 48, 1E and CE. RGB value is (72,30,206). Sum of RGB (Red+Green+Blue) = 72+30+206=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #481ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ECE is #B7E131. Grayscale: #3D3D3D. Windows color (decimal): -12050738 or 13508168. OLE color: 13508168.
HSL color Cylindrical-coordinate representation of color #481ECE: hue angle of 254.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481ECE is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 30 | 206 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.19 |
| HSL | 254.32º | 0.75% | 0.46% | - |
| HSV(B) | 254.32º | 0.85% | 0.81% | - |
| XYZ | 14.28 | 6.76 | 58.95 | - |
| YUV | 62.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 206 | 0.65 | 0.85 | 0 | 0.19 | 254.32 | 0.75 | 0.46 |
| Hex | 48 | 1E | CE | 41 | 55 | 0 | 13 | FE | 4B | 2E |
| Octal | 110 | 36 | 316 | 101 | 125 | 0 | 23 | 376 | 113 | 56 |
| Binary | 1001000 | 11110 | 11001110 | 1000001 | 1010101 | 0 | 10011 | 11111110 | 1001011 | 101110 |
Color Harmonies of #481ECE
Complementary color
Monochromatic Colors of #481ECE
Black with #481ECE
Text Example
Text Example
White with #481ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ECE; }
p { color: rgb(72,30,206); }
H1.HeaderClassName
{
color: #481ECE;
}
.AnyTagClassName
{
color: #481ECE;
}
</style>
background-color css
<style>
a { background-color: #481ECE; }
a { background-color: rgb(72,30,206); }
div.DivClassName
{
background-color: #481ECE;
}
.BgClassName
{
background-color: #481ECE;
}
</style>
border-color css
<style>
span { border-color: #481ECE; }
span { border-color: rgb(72,30,206); }
td.TdClassName
{
border-color: #481ECE;
}
.TagClassName
{
border-color: #481ECE;
}
</style>