Shades of Purple Heart #4819D0
Tints of Purple Heart #4819D0
RGB
CMYK
RGB Variations
Color information
#4819D0 (or 0x4819D0) is known color: Purple Heart. HEX triplet: 48, 19 and D0. RGB value is (72,25,208). Sum of RGB (Red+Green+Blue) = 72+25+208=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #4819D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4819D0 is #B7E62F. Grayscale: #3B3B3B. Windows color (decimal): -12052016 or 13637960. OLE color: 13637960.
HSL color Cylindrical-coordinate representation of color #4819D0: hue angle of 255.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4819D0 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 25 | 208 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.18 |
| HSL | 255.41º | 0.79% | 0.46% | - |
| HSV(B) | 255.41º | 0.88% | 0.82% | - |
| XYZ | 14.41 | 6.63 | 60.19 | - |
| YUV | 59.92 | 211.57 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 208 | 0.65 | 0.88 | 0 | 0.18 | 255.41 | 0.79 | 0.46 |
| Hex | 48 | 19 | D0 | 41 | 58 | 0 | 12 | FF | 4F | 2E |
| Octal | 110 | 31 | 320 | 101 | 130 | 0 | 22 | 377 | 117 | 56 |
| Binary | 1001000 | 11001 | 11010000 | 1000001 | 1011000 | 0 | 10010 | 11111111 | 1001111 | 101110 |
Color Harmonies of #4819D0
Complementary color
Monochromatic Colors of #4819D0
Black with #4819D0
Text Example
Text Example
White with #4819D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819D0; }
p { color: rgb(72,25,208); }
H1.HeaderClassName
{
color: #4819D0;
}
.AnyTagClassName
{
color: #4819D0;
}
</style>
background-color css
<style>
a { background-color: #4819D0; }
a { background-color: rgb(72,25,208); }
div.DivClassName
{
background-color: #4819D0;
}
.BgClassName
{
background-color: #4819D0;
}
</style>
border-color css
<style>
span { border-color: #4819D0; }
span { border-color: rgb(72,25,208); }
td.TdClassName
{
border-color: #4819D0;
}
.TagClassName
{
border-color: #4819D0;
}
</style>