Shades of Purple Heart #4934B7
Tints of Purple Heart #4934B7
RGB
CMYK
RGB Variations
Color information
#4934B7 (or 0x4934B7) is known color: Purple Heart. HEX triplet: 49, 34 and B7. RGB value is (73,52,183). Sum of RGB (Red+Green+Blue) = 73+52+183=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #4934B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934B7 is #B6CB48. Grayscale: #484848. Windows color (decimal): -11979593 or 12006473. OLE color: 12006473.
HSL color Cylindrical-coordinate representation of color #4934B7: hue angle of 249.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4934B7 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 52 | 183 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.28 |
| HSL | 249.62º | 0.56% | 0.46% | - |
| HSV(B) | 249.62º | 0.72% | 0.72% | - |
| XYZ | 12.52 | 7.29 | 45.55 | - |
| YUV | 73.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 183 | 0.60 | 0.72 | 0 | 0.28 | 249.62 | 0.56 | 0.46 |
| Hex | 49 | 34 | B7 | 3C | 48 | 0 | 1C | FA | 38 | 2E |
| Octal | 111 | 64 | 267 | 74 | 110 | 0 | 34 | 372 | 70 | 56 |
| Binary | 1001001 | 110100 | 10110111 | 111100 | 1001000 | 0 | 11100 | 11111010 | 111000 | 101110 |
Color Harmonies of #4934B7
Complementary color
Monochromatic Colors of #4934B7
Black with #4934B7
Text Example
Text Example
White with #4934B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934B7; }
p { color: rgb(73,52,183); }
H1.HeaderClassName
{
color: #4934B7;
}
.AnyTagClassName
{
color: #4934B7;
}
</style>
background-color css
<style>
a { background-color: #4934B7; }
a { background-color: rgb(73,52,183); }
div.DivClassName
{
background-color: #4934B7;
}
.BgClassName
{
background-color: #4934B7;
}
</style>
border-color css
<style>
span { border-color: #4934B7; }
span { border-color: rgb(73,52,183); }
td.TdClassName
{
border-color: #4934B7;
}
.TagClassName
{
border-color: #4934B7;
}
</style>