Shades of Purple Heart #4810BE
Tints of Purple Heart #4810BE
RGB
CMYK
RGB Variations
Color information
#4810BE (or 0x4810BE) is known color: Purple Heart. HEX triplet: 48, 10 and BE. RGB value is (72,16,190). Sum of RGB (Red+Green+Blue) = 72+16+190=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4810BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4810BE is #B7EF41. Grayscale: #333333. Windows color (decimal): -12054338 or 12456008. OLE color: 12456008.
HSL color Cylindrical-coordinate representation of color #4810BE: hue angle of 259.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4810BE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 16 | 190 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.25 |
| HSL | 259.31º | 0.84% | 0.4% | - |
| HSV(B) | 259.31º | 0.92% | 0.75% | - |
| XYZ | 12.15 | 5.47 | 49.13 | - |
| YUV | 52.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 190 | 0.62 | 0.92 | 0 | 0.25 | 259.31 | 0.84 | 0.4 |
| Hex | 48 | 10 | BE | 3E | 5C | 0 | 19 | 103 | 54 | 28 |
| Octal | 110 | 20 | 276 | 76 | 134 | 0 | 31 | 403 | 124 | 50 |
| Binary | 1001000 | 10000 | 10111110 | 111110 | 1011100 | 0 | 11001 | 100000011 | 1010100 | 101000 |
Color Harmonies of #4810BE
Complementary color
Monochromatic Colors of #4810BE
Black with #4810BE
Text Example
Text Example
White with #4810BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810BE; }
p { color: rgb(72,16,190); }
H1.HeaderClassName
{
color: #4810BE;
}
.AnyTagClassName
{
color: #4810BE;
}
</style>
background-color css
<style>
a { background-color: #4810BE; }
a { background-color: rgb(72,16,190); }
div.DivClassName
{
background-color: #4810BE;
}
.BgClassName
{
background-color: #4810BE;
}
</style>
border-color css
<style>
span { border-color: #4810BE; }
span { border-color: rgb(72,16,190); }
td.TdClassName
{
border-color: #4810BE;
}
.TagClassName
{
border-color: #4810BE;
}
</style>