Shades of Purple Heart #4927BD
Tints of Purple Heart #4927BD
RGB
CMYK
RGB Variations
Color information
#4927BD (or 0x4927BD) is known color: Purple Heart. HEX triplet: 49, 27 and BD. RGB value is (73,39,189). Sum of RGB (Red+Green+Blue) = 73+39+189=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #4927BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927BD is #B6D842. Grayscale: #414141. Windows color (decimal): -11982915 or 12396361. OLE color: 12396361.
HSL color Cylindrical-coordinate representation of color #4927BD: hue angle of 253.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4927BD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 39 | 189 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.26 |
| HSL | 253.6º | 0.66% | 0.45% | - |
| HSV(B) | 253.6º | 0.79% | 0.74% | - |
| XYZ | 12.66 | 6.54 | 48.74 | - |
| YUV | 66.27 | 197.26 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 189 | 0.61 | 0.79 | 0 | 0.26 | 253.6 | 0.66 | 0.45 |
| Hex | 49 | 27 | BD | 3D | 4F | 0 | 1A | FE | 42 | 2D |
| Octal | 111 | 47 | 275 | 75 | 117 | 0 | 32 | 376 | 102 | 55 |
| Binary | 1001001 | 100111 | 10111101 | 111101 | 1001111 | 0 | 11010 | 11111110 | 1000010 | 101101 |
Color Harmonies of #4927BD
Complementary color
Monochromatic Colors of #4927BD
Black with #4927BD
Text Example
Text Example
White with #4927BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927BD; }
p { color: rgb(73,39,189); }
H1.HeaderClassName
{
color: #4927BD;
}
.AnyTagClassName
{
color: #4927BD;
}
</style>
background-color css
<style>
a { background-color: #4927BD; }
a { background-color: rgb(73,39,189); }
div.DivClassName
{
background-color: #4927BD;
}
.BgClassName
{
background-color: #4927BD;
}
</style>
border-color css
<style>
span { border-color: #4927BD; }
span { border-color: rgb(73,39,189); }
td.TdClassName
{
border-color: #4927BD;
}
.TagClassName
{
border-color: #4927BD;
}
</style>