Shades of Purple Heart #492BAF
Tints of Purple Heart #492BAF
RGB
CMYK
RGB Variations
Color information
#492BAF (or 0x492BAF) is known color: Purple Heart. HEX triplet: 49, 2B and AF. RGB value is (73,43,175). Sum of RGB (Red+Green+Blue) = 73+43+175=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #492BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BAF is #B6D450. Grayscale: #424242. Windows color (decimal): -11981905 or 11479881. OLE color: 11479881.
HSL color Cylindrical-coordinate representation of color #492BAF: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492BAF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 43 | 175 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.31 |
| HSL | 253.64º | 0.61% | 0.43% | - |
| HSV(B) | 253.64º | 0.75% | 0.69% | - |
| XYZ | 11.35 | 6.24 | 41.16 | - |
| YUV | 67.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 175 | 0.58 | 0.75 | 0 | 0.31 | 253.64 | 0.61 | 0.43 |
| Hex | 49 | 2B | AF | 3A | 4B | 0 | 1F | FE | 3D | 2B |
| Octal | 111 | 53 | 257 | 72 | 113 | 0 | 37 | 376 | 75 | 53 |
| Binary | 1001001 | 101011 | 10101111 | 111010 | 1001011 | 0 | 11111 | 11111110 | 111101 | 101011 |
Color Harmonies of #492BAF
Complementary color
Monochromatic Colors of #492BAF
Black with #492BAF
Text Example
Text Example
White with #492BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BAF; }
p { color: rgb(73,43,175); }
H1.HeaderClassName
{
color: #492BAF;
}
.AnyTagClassName
{
color: #492BAF;
}
</style>
background-color css
<style>
a { background-color: #492BAF; }
a { background-color: rgb(73,43,175); }
div.DivClassName
{
background-color: #492BAF;
}
.BgClassName
{
background-color: #492BAF;
}
</style>
border-color css
<style>
span { border-color: #492BAF; }
span { border-color: rgb(73,43,175); }
td.TdClassName
{
border-color: #492BAF;
}
.TagClassName
{
border-color: #492BAF;
}
</style>