Shades of Purple Heart #480CBA
Tints of Purple Heart #480CBA
RGB
CMYK
RGB Variations
Color information
#480CBA (or 0x480CBA) is known color: Purple Heart. HEX triplet: 48, 0C and BA. RGB value is (72,12,186). Sum of RGB (Red+Green+Blue) = 72+12+186=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #480CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CBA is #B7F345. Grayscale: #313131. Windows color (decimal): -12055366 or 12192840. OLE color: 12192840.
HSL color Cylindrical-coordinate representation of color #480CBA: hue angle of 260.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480CBA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 12 | 186 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.27 |
| HSL | 260.69º | 0.88% | 0.39% | - |
| HSV(B) | 260.69º | 0.94% | 0.73% | - |
| XYZ | 11.67 | 5.19 | 46.84 | - |
| YUV | 49.78 | 204.88 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 186 | 0.61 | 0.94 | 0 | 0.27 | 260.69 | 0.88 | 0.39 |
| Hex | 48 | C | BA | 3D | 5E | 0 | 1B | 105 | 58 | 27 |
| Octal | 110 | 14 | 272 | 75 | 136 | 0 | 33 | 405 | 130 | 47 |
| Binary | 1001000 | 1100 | 10111010 | 111101 | 1011110 | 0 | 11011 | 100000101 | 1011000 | 100111 |
Color Harmonies of #480CBA
Complementary color
Monochromatic Colors of #480CBA
Black with #480CBA
Text Example
Text Example
White with #480CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CBA; }
p { color: rgb(72,12,186); }
H1.HeaderClassName
{
color: #480CBA;
}
.AnyTagClassName
{
color: #480CBA;
}
</style>
background-color css
<style>
a { background-color: #480CBA; }
a { background-color: rgb(72,12,186); }
div.DivClassName
{
background-color: #480CBA;
}
.BgClassName
{
background-color: #480CBA;
}
</style>
border-color css
<style>
span { border-color: #480CBA; }
span { border-color: rgb(72,12,186); }
td.TdClassName
{
border-color: #480CBA;
}
.TagClassName
{
border-color: #480CBA;
}
</style>