Shades of Purple Heart #4922D0
Tints of Purple Heart #4922D0
RGB
CMYK
RGB Variations
Color information
#4922D0 (or 0x4922D0) is known color: Purple Heart. HEX triplet: 49, 22 and D0. RGB value is (73,34,208). Sum of RGB (Red+Green+Blue) = 73+34+208=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #4922D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922D0 is #B6DD2F. Grayscale: #404040. Windows color (decimal): -11984176 or 13640265. OLE color: 13640265.
HSL color Cylindrical-coordinate representation of color #4922D0: hue angle of 253.45º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4922D0 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 34 | 208 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.18 |
| HSL | 253.45º | 0.72% | 0.47% | - |
| HSV(B) | 253.45º | 0.84% | 0.82% | - |
| XYZ | 14.7 | 7.11 | 60.27 | - |
| YUV | 65.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 208 | 0.65 | 0.84 | 0 | 0.18 | 253.45 | 0.72 | 0.47 |
| Hex | 49 | 22 | D0 | 41 | 54 | 0 | 12 | FD | 48 | 2F |
| Octal | 111 | 42 | 320 | 101 | 124 | 0 | 22 | 375 | 110 | 57 |
| Binary | 1001001 | 100010 | 11010000 | 1000001 | 1010100 | 0 | 10010 | 11111101 | 1001000 | 101111 |
Color Harmonies of #4922D0
Complementary color
Monochromatic Colors of #4922D0
Black with #4922D0
Text Example
Text Example
White with #4922D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922D0; }
p { color: rgb(73,34,208); }
H1.HeaderClassName
{
color: #4922D0;
}
.AnyTagClassName
{
color: #4922D0;
}
</style>
background-color css
<style>
a { background-color: #4922D0; }
a { background-color: rgb(73,34,208); }
div.DivClassName
{
background-color: #4922D0;
}
.BgClassName
{
background-color: #4922D0;
}
</style>
border-color css
<style>
span { border-color: #4922D0; }
span { border-color: rgb(73,34,208); }
td.TdClassName
{
border-color: #4922D0;
}
.TagClassName
{
border-color: #4922D0;
}
</style>