Shades of Purple Heart #481ECC
Tints of Purple Heart #481ECC
RGB
CMYK
RGB Variations
Color information
#481ECC (or 0x481ECC) is known color: Purple Heart. HEX triplet: 48, 1E and CC. RGB value is (72,30,204). Sum of RGB (Red+Green+Blue) = 72+30+204=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #481ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ECC is #B7E133. Grayscale: #3D3D3D. Windows color (decimal): -12050740 or 13377096. OLE color: 13377096.
HSL color Cylindrical-coordinate representation of color #481ECC: hue angle of 254.48º 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 #481ECC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 30 | 204 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.2 |
| HSL | 254.48º | 0.74% | 0.46% | - |
| HSV(B) | 254.48º | 0.85% | 0.8% | - |
| XYZ | 14.04 | 6.67 | 57.67 | - |
| YUV | 62.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 204 | 0.65 | 0.85 | 0 | 0.2 | 254.48 | 0.74 | 0.46 |
| Hex | 48 | 1E | CC | 41 | 55 | 0 | 14 | FE | 4A | 2E |
| Octal | 110 | 36 | 314 | 101 | 125 | 0 | 24 | 376 | 112 | 56 |
| Binary | 1001000 | 11110 | 11001100 | 1000001 | 1010101 | 0 | 10100 | 11111110 | 1001010 | 101110 |
Color Harmonies of #481ECC
Complementary color
Monochromatic Colors of #481ECC
Black with #481ECC
Text Example
Text Example
White with #481ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ECC; }
p { color: rgb(72,30,204); }
H1.HeaderClassName
{
color: #481ECC;
}
.AnyTagClassName
{
color: #481ECC;
}
</style>
background-color css
<style>
a { background-color: #481ECC; }
a { background-color: rgb(72,30,204); }
div.DivClassName
{
background-color: #481ECC;
}
.BgClassName
{
background-color: #481ECC;
}
</style>
border-color css
<style>
span { border-color: #481ECC; }
span { border-color: rgb(72,30,204); }
td.TdClassName
{
border-color: #481ECC;
}
.TagClassName
{
border-color: #481ECC;
}
</style>