Shades of Purple Heart #4810BF
Tints of Purple Heart #4810BF
RGB
CMYK
RGB Variations
Color information
#4810BF (or 0x4810BF) is known color: Purple Heart. HEX triplet: 48, 10 and BF. RGB value is (72,16,191). Sum of RGB (Red+Green+Blue) = 72+16+191=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4810BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4810BF is #B7EF40. Grayscale: #343434. Windows color (decimal): -12054337 or 12521544. OLE color: 12521544.
HSL color Cylindrical-coordinate representation of color #4810BF: hue angle of 259.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4810BF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 16 | 191 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.25 |
| HSL | 259.2º | 0.85% | 0.41% | - |
| HSV(B) | 259.2º | 0.92% | 0.75% | - |
| XYZ | 12.26 | 5.51 | 49.71 | - |
| YUV | 52.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 191 | 0.62 | 0.92 | 0 | 0.25 | 259.2 | 0.85 | 0.41 |
| Hex | 48 | 10 | BF | 3E | 5C | 0 | 19 | 103 | 55 | 29 |
| Octal | 110 | 20 | 277 | 76 | 134 | 0 | 31 | 403 | 125 | 51 |
| Binary | 1001000 | 10000 | 10111111 | 111110 | 1011100 | 0 | 11001 | 100000011 | 1010101 | 101001 |
Color Harmonies of #4810BF
Complementary color
Monochromatic Colors of #4810BF
Black with #4810BF
Text Example
Text Example
White with #4810BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810BF; }
p { color: rgb(72,16,191); }
H1.HeaderClassName
{
color: #4810BF;
}
.AnyTagClassName
{
color: #4810BF;
}
</style>
background-color css
<style>
a { background-color: #4810BF; }
a { background-color: rgb(72,16,191); }
div.DivClassName
{
background-color: #4810BF;
}
.BgClassName
{
background-color: #4810BF;
}
</style>
border-color css
<style>
span { border-color: #4810BF; }
span { border-color: rgb(72,16,191); }
td.TdClassName
{
border-color: #4810BF;
}
.TagClassName
{
border-color: #4810BF;
}
</style>