Shades of Purple Heart #480AC0
Tints of Purple Heart #480AC0
RGB
CMYK
RGB Variations
Color information
#480AC0 (or 0x480AC0) is known color: Purple Heart. HEX triplet: 48, 0A and C0. RGB value is (72,10,192). Sum of RGB (Red+Green+Blue) = 72+10+192=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #480AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480AC0 is #B7F53F. Grayscale: #303030. Windows color (decimal): -12055872 or 12585544. OLE color: 12585544.
HSL color Cylindrical-coordinate representation of color #480AC0: hue angle of 260.44º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480AC0 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 10 | 192 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.25 |
| HSL | 260.44º | 0.9% | 0.4% | - |
| HSV(B) | 260.44º | 0.95% | 0.75% | - |
| XYZ | 12.3 | 5.4 | 50.26 | - |
| YUV | 49.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 192 | 0.63 | 0.95 | 0 | 0.25 | 260.44 | 0.9 | 0.4 |
| Hex | 48 | A | C0 | 3F | 5F | 0 | 19 | 104 | 5A | 28 |
| Octal | 110 | 12 | 300 | 77 | 137 | 0 | 31 | 404 | 132 | 50 |
| Binary | 1001000 | 1010 | 11000000 | 111111 | 1011111 | 0 | 11001 | 100000100 | 1011010 | 101000 |
Color Harmonies of #480AC0
Complementary color
Monochromatic Colors of #480AC0
Black with #480AC0
Text Example
Text Example
White with #480AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480AC0; }
p { color: rgb(72,10,192); }
H1.HeaderClassName
{
color: #480AC0;
}
.AnyTagClassName
{
color: #480AC0;
}
</style>
background-color css
<style>
a { background-color: #480AC0; }
a { background-color: rgb(72,10,192); }
div.DivClassName
{
background-color: #480AC0;
}
.BgClassName
{
background-color: #480AC0;
}
</style>
border-color css
<style>
span { border-color: #480AC0; }
span { border-color: rgb(72,10,192); }
td.TdClassName
{
border-color: #480AC0;
}
.TagClassName
{
border-color: #480AC0;
}
</style>