Shades of Purple Heart #4810AE
Tints of Purple Heart #4810AE
RGB
CMYK
RGB Variations
Color information
#4810AE (or 0x4810AE) is known color: Purple Heart. HEX triplet: 48, 10 and AE. RGB value is (72,16,174). Sum of RGB (Red+Green+Blue) = 72+16+174=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #4810AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4810AE is #B7EF51. Grayscale: #323232. Windows color (decimal): -12054354 or 11407432. OLE color: 11407432.
HSL color Cylindrical-coordinate representation of color #4810AE: hue angle of 261.27º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4810AE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 16 | 174 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.32 |
| HSL | 261.27º | 0.83% | 0.37% | - |
| HSV(B) | 261.27º | 0.91% | 0.68% | - |
| XYZ | 10.5 | 4.8 | 40.42 | - |
| YUV | 50.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 174 | 0.59 | 0.91 | 0 | 0.32 | 261.27 | 0.83 | 0.37 |
| Hex | 48 | 10 | AE | 3B | 5B | 0 | 20 | 105 | 53 | 25 |
| Octal | 110 | 20 | 256 | 73 | 133 | 0 | 40 | 405 | 123 | 45 |
| Binary | 1001000 | 10000 | 10101110 | 111011 | 1011011 | 0 | 100000 | 100000101 | 1010011 | 100101 |
Color Harmonies of #4810AE
Complementary color
Monochromatic Colors of #4810AE
Black with #4810AE
Text Example
Text Example
White with #4810AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810AE; }
p { color: rgb(72,16,174); }
H1.HeaderClassName
{
color: #4810AE;
}
.AnyTagClassName
{
color: #4810AE;
}
</style>
background-color css
<style>
a { background-color: #4810AE; }
a { background-color: rgb(72,16,174); }
div.DivClassName
{
background-color: #4810AE;
}
.BgClassName
{
background-color: #4810AE;
}
</style>
border-color css
<style>
span { border-color: #4810AE; }
span { border-color: rgb(72,16,174); }
td.TdClassName
{
border-color: #4810AE;
}
.TagClassName
{
border-color: #4810AE;
}
</style>