Shades of Purple Heart #480EBA
Tints of Purple Heart #480EBA
RGB
CMYK
RGB Variations
Color information
#480EBA (or 0x480EBA) is known color: Purple Heart. HEX triplet: 48, 0E and BA. RGB value is (72,14,186). Sum of RGB (Red+Green+Blue) = 72+14+186=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #480EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480EBA is #B7F145. Grayscale: #323232. Windows color (decimal): -12054854 or 12193352. OLE color: 12193352.
HSL color Cylindrical-coordinate representation of color #480EBA: hue angle of 260.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480EBA is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 14 | 186 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.27 |
| HSL | 260.23º | 0.86% | 0.39% | - |
| HSV(B) | 260.23º | 0.92% | 0.73% | - |
| XYZ | 11.69 | 5.24 | 46.85 | - |
| YUV | 50.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 186 | 0.61 | 0.92 | 0 | 0.27 | 260.23 | 0.86 | 0.39 |
| Hex | 48 | E | BA | 3D | 5C | 0 | 1B | 104 | 56 | 27 |
| Octal | 110 | 16 | 272 | 75 | 134 | 0 | 33 | 404 | 126 | 47 |
| Binary | 1001000 | 1110 | 10111010 | 111101 | 1011100 | 0 | 11011 | 100000100 | 1010110 | 100111 |
Color Harmonies of #480EBA
Complementary color
Monochromatic Colors of #480EBA
Black with #480EBA
Text Example
Text Example
White with #480EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480EBA; }
p { color: rgb(72,14,186); }
H1.HeaderClassName
{
color: #480EBA;
}
.AnyTagClassName
{
color: #480EBA;
}
</style>
background-color css
<style>
a { background-color: #480EBA; }
a { background-color: rgb(72,14,186); }
div.DivClassName
{
background-color: #480EBA;
}
.BgClassName
{
background-color: #480EBA;
}
</style>
border-color css
<style>
span { border-color: #480EBA; }
span { border-color: rgb(72,14,186); }
td.TdClassName
{
border-color: #480EBA;
}
.TagClassName
{
border-color: #480EBA;
}
</style>