Shades of Purple Heart #4810AF
Tints of Purple Heart #4810AF
RGB
CMYK
RGB Variations
Color information
#4810AF (or 0x4810AF) is known color: Purple Heart. HEX triplet: 48, 10 and AF. RGB value is (72,16,175). Sum of RGB (Red+Green+Blue) = 72+16+175=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #4810AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4810AF is #B7EF50. Grayscale: #323232. Windows color (decimal): -12054353 or 11472968. OLE color: 11472968.
HSL color Cylindrical-coordinate representation of color #4810AF: hue angle of 261.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4810AF is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 16 | 175 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.31 |
| HSL | 261.13º | 0.83% | 0.37% | - |
| HSV(B) | 261.13º | 0.91% | 0.69% | - |
| XYZ | 10.6 | 4.84 | 40.93 | - |
| YUV | 50.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 175 | 0.59 | 0.91 | 0 | 0.31 | 261.13 | 0.83 | 0.37 |
| Hex | 48 | 10 | AF | 3B | 5B | 0 | 1F | 105 | 53 | 25 |
| Octal | 110 | 20 | 257 | 73 | 133 | 0 | 37 | 405 | 123 | 45 |
| Binary | 1001000 | 10000 | 10101111 | 111011 | 1011011 | 0 | 11111 | 100000101 | 1010011 | 100101 |
Color Harmonies of #4810AF
Complementary color
Monochromatic Colors of #4810AF
Black with #4810AF
Text Example
Text Example
White with #4810AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810AF; }
p { color: rgb(72,16,175); }
H1.HeaderClassName
{
color: #4810AF;
}
.AnyTagClassName
{
color: #4810AF;
}
</style>
background-color css
<style>
a { background-color: #4810AF; }
a { background-color: rgb(72,16,175); }
div.DivClassName
{
background-color: #4810AF;
}
.BgClassName
{
background-color: #4810AF;
}
</style>
border-color css
<style>
span { border-color: #4810AF; }
span { border-color: rgb(72,16,175); }
td.TdClassName
{
border-color: #4810AF;
}
.TagClassName
{
border-color: #4810AF;
}
</style>