Shades of Purple Heart #480CAF
Tints of Purple Heart #480CAF
RGB
CMYK
RGB Variations
Color information
#480CAF (or 0x480CAF) is known color: Purple Heart. HEX triplet: 48, 0C and AF. RGB value is (72,12,175). Sum of RGB (Red+Green+Blue) = 72+12+175=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #480CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480CAF is #B7F350. Grayscale: #2F2F2F. Windows color (decimal): -12055377 or 11471944. OLE color: 11471944.
HSL color Cylindrical-coordinate representation of color #480CAF: hue angle of 262.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480CAF is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 12 | 175 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.31 |
| HSL | 262.09º | 0.87% | 0.37% | - |
| HSV(B) | 262.09º | 0.93% | 0.69% | - |
| XYZ | 10.54 | 4.74 | 40.92 | - |
| YUV | 48.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 175 | 0.59 | 0.93 | 0 | 0.31 | 262.09 | 0.87 | 0.37 |
| Hex | 48 | C | AF | 3B | 5D | 0 | 1F | 106 | 57 | 25 |
| Octal | 110 | 14 | 257 | 73 | 135 | 0 | 37 | 406 | 127 | 45 |
| Binary | 1001000 | 1100 | 10101111 | 111011 | 1011101 | 0 | 11111 | 100000110 | 1010111 | 100101 |
Color Harmonies of #480CAF
Complementary color
Monochromatic Colors of #480CAF
Black with #480CAF
Text Example
Text Example
White with #480CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480CAF; }
p { color: rgb(72,12,175); }
H1.HeaderClassName
{
color: #480CAF;
}
.AnyTagClassName
{
color: #480CAF;
}
</style>
background-color css
<style>
a { background-color: #480CAF; }
a { background-color: rgb(72,12,175); }
div.DivClassName
{
background-color: #480CAF;
}
.BgClassName
{
background-color: #480CAF;
}
</style>
border-color css
<style>
span { border-color: #480CAF; }
span { border-color: rgb(72,12,175); }
td.TdClassName
{
border-color: #480CAF;
}
.TagClassName
{
border-color: #480CAF;
}
</style>