Shades of Purple Heart #4906B4
Tints of Purple Heart #4906B4
RGB
CMYK
RGB Variations
Color information
#4906B4 (or 0x4906B4) is known color: Purple Heart. HEX triplet: 49, 06 and B4. RGB value is (73,6,180). Sum of RGB (Red+Green+Blue) = 73+6+180=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #4906B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4906B4 is #B6F94B. Grayscale: #2D2D2D. Windows color (decimal): -11991372 or 11798089. OLE color: 11798089.
HSL color Cylindrical-coordinate representation of color #4906B4: hue angle of 263.1º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4906B4 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 6 | 180 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.29 |
| HSL | 263.1º | 0.94% | 0.36% | - |
| HSV(B) | 263.1º | 0.97% | 0.71% | - |
| XYZ | 11.05 | 4.84 | 43.53 | - |
| YUV | 45.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 180 | 0.59 | 0.97 | 0 | 0.29 | 263.1 | 0.94 | 0.36 |
| Hex | 49 | 6 | B4 | 3B | 61 | 0 | 1D | 107 | 5E | 24 |
| Octal | 111 | 6 | 264 | 73 | 141 | 0 | 35 | 407 | 136 | 44 |
| Binary | 1001001 | 110 | 10110100 | 111011 | 1100001 | 0 | 11101 | 100000111 | 1011110 | 100100 |
Color Harmonies of #4906B4
Complementary color
Monochromatic Colors of #4906B4
Black with #4906B4
Text Example
Text Example
White with #4906B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906B4; }
p { color: rgb(73,6,180); }
H1.HeaderClassName
{
color: #4906B4;
}
.AnyTagClassName
{
color: #4906B4;
}
</style>
background-color css
<style>
a { background-color: #4906B4; }
a { background-color: rgb(73,6,180); }
div.DivClassName
{
background-color: #4906B4;
}
.BgClassName
{
background-color: #4906B4;
}
</style>
border-color css
<style>
span { border-color: #4906B4; }
span { border-color: rgb(73,6,180); }
td.TdClassName
{
border-color: #4906B4;
}
.TagClassName
{
border-color: #4906B4;
}
</style>