Shades of Purple Heart #4934B5
Tints of Purple Heart #4934B5
RGB
CMYK
RGB Variations
Color information
#4934B5 (or 0x4934B5) is known color: Purple Heart. HEX triplet: 49, 34 and B5. RGB value is (73,52,181). Sum of RGB (Red+Green+Blue) = 73+52+181=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #4934B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934B5 is #B6CB4A. Grayscale: #484848. Windows color (decimal): -11979595 or 11875401. OLE color: 11875401.
HSL color Cylindrical-coordinate representation of color #4934B5: hue angle of 249.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4934B5 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 52 | 181 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.29 |
| HSL | 249.77º | 0.55% | 0.46% | - |
| HSV(B) | 249.77º | 0.71% | 0.71% | - |
| XYZ | 12.32 | 7.21 | 44.46 | - |
| YUV | 72.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 181 | 0.60 | 0.71 | 0 | 0.29 | 249.77 | 0.55 | 0.46 |
| Hex | 49 | 34 | B5 | 3C | 47 | 0 | 1D | FA | 37 | 2E |
| Octal | 111 | 64 | 265 | 74 | 107 | 0 | 35 | 372 | 67 | 56 |
| Binary | 1001001 | 110100 | 10110101 | 111100 | 1000111 | 0 | 11101 | 11111010 | 110111 | 101110 |
Color Harmonies of #4934B5
Complementary color
Monochromatic Colors of #4934B5
Black with #4934B5
Text Example
Text Example
White with #4934B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934B5; }
p { color: rgb(73,52,181); }
H1.HeaderClassName
{
color: #4934B5;
}
.AnyTagClassName
{
color: #4934B5;
}
</style>
background-color css
<style>
a { background-color: #4934B5; }
a { background-color: rgb(73,52,181); }
div.DivClassName
{
background-color: #4934B5;
}
.BgClassName
{
background-color: #4934B5;
}
</style>
border-color css
<style>
span { border-color: #4934B5; }
span { border-color: rgb(73,52,181); }
td.TdClassName
{
border-color: #4934B5;
}
.TagClassName
{
border-color: #4934B5;
}
</style>