Shades of Purple Heart #480FAC
Tints of Purple Heart #480FAC
RGB
CMYK
RGB Variations
Color information
#480FAC (or 0x480FAC) is known color: Purple Heart. HEX triplet: 48, 0F and AC. RGB value is (72,15,172). Sum of RGB (Red+Green+Blue) = 72+15+172=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #480FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480FAC is #B7F053. Grayscale: #313131. Windows color (decimal): -12054612 or 11276104. OLE color: 11276104.
HSL color Cylindrical-coordinate representation of color #480FAC: hue angle of 261.78º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480FAC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 15 | 172 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.33 |
| HSL | 261.78º | 0.84% | 0.37% | - |
| HSV(B) | 261.78º | 0.91% | 0.67% | - |
| XYZ | 10.29 | 4.7 | 39.39 | - |
| YUV | 49.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 172 | 0.58 | 0.91 | 0 | 0.33 | 261.78 | 0.84 | 0.37 |
| Hex | 48 | F | AC | 3A | 5B | 0 | 21 | 106 | 54 | 25 |
| Octal | 110 | 17 | 254 | 72 | 133 | 0 | 41 | 406 | 124 | 45 |
| Binary | 1001000 | 1111 | 10101100 | 111010 | 1011011 | 0 | 100001 | 100000110 | 1010100 | 100101 |
Color Harmonies of #480FAC
Complementary color
Monochromatic Colors of #480FAC
Black with #480FAC
Text Example
Text Example
White with #480FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480FAC; }
p { color: rgb(72,15,172); }
H1.HeaderClassName
{
color: #480FAC;
}
.AnyTagClassName
{
color: #480FAC;
}
</style>
background-color css
<style>
a { background-color: #480FAC; }
a { background-color: rgb(72,15,172); }
div.DivClassName
{
background-color: #480FAC;
}
.BgClassName
{
background-color: #480FAC;
}
</style>
border-color css
<style>
span { border-color: #480FAC; }
span { border-color: rgb(72,15,172); }
td.TdClassName
{
border-color: #480FAC;
}
.TagClassName
{
border-color: #480FAC;
}
</style>