Shades of Purple Heart #4927BB
Tints of Purple Heart #4927BB
RGB
CMYK
RGB Variations
Color information
#4927BB (or 0x4927BB) is known color: Purple Heart. HEX triplet: 49, 27 and BB. RGB value is (73,39,187). Sum of RGB (Red+Green+Blue) = 73+39+187=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #4927BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927BB is #B6D844. Grayscale: #414141. Windows color (decimal): -11982917 or 12265289. OLE color: 12265289.
HSL color Cylindrical-coordinate representation of color #4927BB: hue angle of 253.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4927BB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 39 | 187 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.27 |
| HSL | 253.78º | 0.65% | 0.44% | - |
| HSV(B) | 253.78º | 0.79% | 0.73% | - |
| XYZ | 12.44 | 6.46 | 47.6 | - |
| YUV | 66.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 187 | 0.61 | 0.79 | 0 | 0.27 | 253.78 | 0.65 | 0.44 |
| Hex | 49 | 27 | BB | 3D | 4F | 0 | 1B | FE | 41 | 2C |
| Octal | 111 | 47 | 273 | 75 | 117 | 0 | 33 | 376 | 101 | 54 |
| Binary | 1001001 | 100111 | 10111011 | 111101 | 1001111 | 0 | 11011 | 11111110 | 1000001 | 101100 |
Color Harmonies of #4927BB
Complementary color
Monochromatic Colors of #4927BB
Black with #4927BB
Text Example
Text Example
White with #4927BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927BB; }
p { color: rgb(73,39,187); }
H1.HeaderClassName
{
color: #4927BB;
}
.AnyTagClassName
{
color: #4927BB;
}
</style>
background-color css
<style>
a { background-color: #4927BB; }
a { background-color: rgb(73,39,187); }
div.DivClassName
{
background-color: #4927BB;
}
.BgClassName
{
background-color: #4927BB;
}
</style>
border-color css
<style>
span { border-color: #4927BB; }
span { border-color: rgb(73,39,187); }
td.TdClassName
{
border-color: #4927BB;
}
.TagClassName
{
border-color: #4927BB;
}
</style>