Shades of Purple Heart #4927BE
Tints of Purple Heart #4927BE
RGB
CMYK
RGB Variations
Color information
#4927BE (or 0x4927BE) is known color: Purple Heart. HEX triplet: 49, 27 and BE. RGB value is (73,39,190). Sum of RGB (Red+Green+Blue) = 73+39+190=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #4927BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927BE is #B6D841. Grayscale: #414141. Windows color (decimal): -11982914 or 12461897. OLE color: 12461897.
HSL color Cylindrical-coordinate representation of color #4927BE: hue angle of 253.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4927BE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 39 | 190 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.25 |
| HSL | 253.51º | 0.66% | 0.45% | - |
| HSV(B) | 253.51º | 0.79% | 0.75% | - |
| XYZ | 12.77 | 6.59 | 49.31 | - |
| YUV | 66.38 | 197.76 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 190 | 0.62 | 0.79 | 0 | 0.25 | 253.51 | 0.66 | 0.45 |
| Hex | 49 | 27 | BE | 3E | 4F | 0 | 19 | FE | 42 | 2D |
| Octal | 111 | 47 | 276 | 76 | 117 | 0 | 31 | 376 | 102 | 55 |
| Binary | 1001001 | 100111 | 10111110 | 111110 | 1001111 | 0 | 11001 | 11111110 | 1000010 | 101101 |
Color Harmonies of #4927BE
Complementary color
Monochromatic Colors of #4927BE
Black with #4927BE
Text Example
Text Example
White with #4927BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927BE; }
p { color: rgb(73,39,190); }
H1.HeaderClassName
{
color: #4927BE;
}
.AnyTagClassName
{
color: #4927BE;
}
</style>
background-color css
<style>
a { background-color: #4927BE; }
a { background-color: rgb(73,39,190); }
div.DivClassName
{
background-color: #4927BE;
}
.BgClassName
{
background-color: #4927BE;
}
</style>
border-color css
<style>
span { border-color: #4927BE; }
span { border-color: rgb(73,39,190); }
td.TdClassName
{
border-color: #4927BE;
}
.TagClassName
{
border-color: #4927BE;
}
</style>