Shades of Purple Heart #480DAE
Tints of Purple Heart #480DAE
RGB
CMYK
RGB Variations
Color information
#480DAE (or 0x480DAE) is known color: Purple Heart. HEX triplet: 48, 0D and AE. RGB value is (72,13,174). Sum of RGB (Red+Green+Blue) = 72+13+174=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #480DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480DAE is #B7F251. Grayscale: #303030. Windows color (decimal): -12055122 or 11406664. OLE color: 11406664.
HSL color Cylindrical-coordinate representation of color #480DAE: hue angle of 261.99º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480DAE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 13 | 174 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.32 |
| HSL | 261.99º | 0.86% | 0.37% | - |
| HSV(B) | 261.99º | 0.93% | 0.68% | - |
| XYZ | 10.46 | 4.72 | 40.4 | - |
| YUV | 49 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 174 | 0.59 | 0.93 | 0 | 0.32 | 261.99 | 0.86 | 0.37 |
| Hex | 48 | D | AE | 3B | 5D | 0 | 20 | 106 | 56 | 25 |
| Octal | 110 | 15 | 256 | 73 | 135 | 0 | 40 | 406 | 126 | 45 |
| Binary | 1001000 | 1101 | 10101110 | 111011 | 1011101 | 0 | 100000 | 100000110 | 1010110 | 100101 |
Color Harmonies of #480DAE
Complementary color
Monochromatic Colors of #480DAE
Black with #480DAE
Text Example
Text Example
White with #480DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480DAE; }
p { color: rgb(72,13,174); }
H1.HeaderClassName
{
color: #480DAE;
}
.AnyTagClassName
{
color: #480DAE;
}
</style>
background-color css
<style>
a { background-color: #480DAE; }
a { background-color: rgb(72,13,174); }
div.DivClassName
{
background-color: #480DAE;
}
.BgClassName
{
background-color: #480DAE;
}
</style>
border-color css
<style>
span { border-color: #480DAE; }
span { border-color: rgb(72,13,174); }
td.TdClassName
{
border-color: #480DAE;
}
.TagClassName
{
border-color: #480DAE;
}
</style>