Shades of Purple Heart #4923BA
Tints of Purple Heart #4923BA
RGB
CMYK
RGB Variations
Color information
#4923BA (or 0x4923BA) is known color: Purple Heart. HEX triplet: 49, 23 and BA. RGB value is (73,35,186). Sum of RGB (Red+Green+Blue) = 73+35+186=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #4923BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4923BA is #B6DC45. Grayscale: #3F3F3F. Windows color (decimal): -11983942 or 12198729. OLE color: 12198729.
HSL color Cylindrical-coordinate representation of color #4923BA: hue angle of 255.1º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4923BA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 35 | 186 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.27 |
| HSL | 255.1º | 0.68% | 0.43% | - |
| HSV(B) | 255.1º | 0.81% | 0.73% | - |
| XYZ | 12.21 | 6.16 | 47 | - |
| YUV | 63.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 186 | 0.61 | 0.81 | 0 | 0.27 | 255.1 | 0.68 | 0.43 |
| Hex | 49 | 23 | BA | 3D | 51 | 0 | 1B | FF | 44 | 2B |
| Octal | 111 | 43 | 272 | 75 | 121 | 0 | 33 | 377 | 104 | 53 |
| Binary | 1001001 | 100011 | 10111010 | 111101 | 1010001 | 0 | 11011 | 11111111 | 1000100 | 101011 |
Color Harmonies of #4923BA
Complementary color
Monochromatic Colors of #4923BA
Black with #4923BA
Text Example
Text Example
White with #4923BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4923BA; }
p { color: rgb(73,35,186); }
H1.HeaderClassName
{
color: #4923BA;
}
.AnyTagClassName
{
color: #4923BA;
}
</style>
background-color css
<style>
a { background-color: #4923BA; }
a { background-color: rgb(73,35,186); }
div.DivClassName
{
background-color: #4923BA;
}
.BgClassName
{
background-color: #4923BA;
}
</style>
border-color css
<style>
span { border-color: #4923BA; }
span { border-color: rgb(73,35,186); }
td.TdClassName
{
border-color: #4923BA;
}
.TagClassName
{
border-color: #4923BA;
}
</style>