Shades of Purple Heart #4922AF
Tints of Purple Heart #4922AF
RGB
CMYK
RGB Variations
Color information
#4922AF (or 0x4922AF) is known color: Purple Heart. HEX triplet: 49, 22 and AF. RGB value is (73,34,175). Sum of RGB (Red+Green+Blue) = 73+34+175=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #4922AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4922AF is #B6DD50. Grayscale: #3D3D3D. Windows color (decimal): -11984209 or 11477577. OLE color: 11477577.
HSL color Cylindrical-coordinate representation of color #4922AF: hue angle of 256.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4922AF is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 34 | 175 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.31 |
| HSL | 256.6º | 0.67% | 0.41% | - |
| HSV(B) | 256.6º | 0.81% | 0.69% | - |
| XYZ | 11.06 | 5.66 | 41.07 | - |
| YUV | 61.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 175 | 0.58 | 0.81 | 0 | 0.31 | 256.6 | 0.67 | 0.41 |
| Hex | 49 | 22 | AF | 3A | 51 | 0 | 1F | 101 | 43 | 29 |
| Octal | 111 | 42 | 257 | 72 | 121 | 0 | 37 | 401 | 103 | 51 |
| Binary | 1001001 | 100010 | 10101111 | 111010 | 1010001 | 0 | 11111 | 100000001 | 1000011 | 101001 |
Color Harmonies of #4922AF
Complementary color
Monochromatic Colors of #4922AF
Black with #4922AF
Text Example
Text Example
White with #4922AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922AF; }
p { color: rgb(73,34,175); }
H1.HeaderClassName
{
color: #4922AF;
}
.AnyTagClassName
{
color: #4922AF;
}
</style>
background-color css
<style>
a { background-color: #4922AF; }
a { background-color: rgb(73,34,175); }
div.DivClassName
{
background-color: #4922AF;
}
.BgClassName
{
background-color: #4922AF;
}
</style>
border-color css
<style>
span { border-color: #4922AF; }
span { border-color: rgb(73,34,175); }
td.TdClassName
{
border-color: #4922AF;
}
.TagClassName
{
border-color: #4922AF;
}
</style>