Shades of Purple Heart #4932D0
Tints of Purple Heart #4932D0
RGB
CMYK
RGB Variations
Color information
#4932D0 (or 0x4932D0) is known color: Purple Heart. HEX triplet: 49, 32 and D0. RGB value is (73,50,208). Sum of RGB (Red+Green+Blue) = 73+50+208=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #4932D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932D0 is #B6CD2F. Grayscale: #4A4A4A. Windows color (decimal): -11980080 or 13644361. OLE color: 13644361.
HSL color Cylindrical-coordinate representation of color #4932D0: hue angle of 248.73º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4932D0 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 50 | 208 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.18 |
| HSL | 248.73º | 0.63% | 0.51% | - |
| HSV(B) | 248.73º | 0.76% | 0.82% | - |
| XYZ | 15.27 | 8.25 | 60.46 | - |
| YUV | 74.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 208 | 0.65 | 0.76 | 0 | 0.18 | 248.73 | 0.63 | 0.51 |
| Hex | 49 | 32 | D0 | 41 | 4C | 0 | 12 | F9 | 3F | 33 |
| Octal | 111 | 62 | 320 | 101 | 114 | 0 | 22 | 371 | 77 | 63 |
| Binary | 1001001 | 110010 | 11010000 | 1000001 | 1001100 | 0 | 10010 | 11111001 | 111111 | 110011 |
Color Harmonies of #4932D0
Complementary color
Monochromatic Colors of #4932D0
Black with #4932D0
Text Example
Text Example
White with #4932D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932D0; }
p { color: rgb(73,50,208); }
H1.HeaderClassName
{
color: #4932D0;
}
.AnyTagClassName
{
color: #4932D0;
}
</style>
background-color css
<style>
a { background-color: #4932D0; }
a { background-color: rgb(73,50,208); }
div.DivClassName
{
background-color: #4932D0;
}
.BgClassName
{
background-color: #4932D0;
}
</style>
border-color css
<style>
span { border-color: #4932D0; }
span { border-color: rgb(73,50,208); }
td.TdClassName
{
border-color: #4932D0;
}
.TagClassName
{
border-color: #4932D0;
}
</style>