Shades of Purple Heart #4923AC
Tints of Purple Heart #4923AC
RGB
CMYK
RGB Variations
Color information
#4923AC (or 0x4923AC) is known color: Purple Heart. HEX triplet: 49, 23 and AC. RGB value is (73,35,172). Sum of RGB (Red+Green+Blue) = 73+35+172=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4923AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4923AC is #B6DC53. Grayscale: #3D3D3D. Windows color (decimal): -11983956 or 11281225. OLE color: 11281225.
HSL color Cylindrical-coordinate representation of color #4923AC: hue angle of 256.64º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4923AC is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 35 | 172 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.33 |
| HSL | 256.64º | 0.66% | 0.41% | - |
| HSV(B) | 256.64º | 0.8% | 0.67% | - |
| XYZ | 10.8 | 5.6 | 39.54 | - |
| YUV | 61.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 172 | 0.58 | 0.80 | 0 | 0.33 | 256.64 | 0.66 | 0.41 |
| Hex | 49 | 23 | AC | 3A | 50 | 0 | 21 | 101 | 42 | 29 |
| Octal | 111 | 43 | 254 | 72 | 120 | 0 | 41 | 401 | 102 | 51 |
| Binary | 1001001 | 100011 | 10101100 | 111010 | 1010000 | 0 | 100001 | 100000001 | 1000010 | 101001 |
Color Harmonies of #4923AC
Complementary color
Monochromatic Colors of #4923AC
Black with #4923AC
Text Example
Text Example
White with #4923AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4923AC; }
p { color: rgb(73,35,172); }
H1.HeaderClassName
{
color: #4923AC;
}
.AnyTagClassName
{
color: #4923AC;
}
</style>
background-color css
<style>
a { background-color: #4923AC; }
a { background-color: rgb(73,35,172); }
div.DivClassName
{
background-color: #4923AC;
}
.BgClassName
{
background-color: #4923AC;
}
</style>
border-color css
<style>
span { border-color: #4923AC; }
span { border-color: rgb(73,35,172); }
td.TdClassName
{
border-color: #4923AC;
}
.TagClassName
{
border-color: #4923AC;
}
</style>