Shades of Purple Heart #492DB6
Tints of Purple Heart #492DB6
RGB
CMYK
RGB Variations
Color information
#492DB6 (or 0x492DB6) is known color: Purple Heart. HEX triplet: 49, 2D and B6. RGB value is (73,45,182). Sum of RGB (Red+Green+Blue) = 73+45+182=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #492DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DB6 is #B6D249. Grayscale: #444444. Windows color (decimal): -11981386 or 11939145. OLE color: 11939145.
HSL color Cylindrical-coordinate representation of color #492DB6: hue angle of 252.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492DB6 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 45 | 182 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.29 |
| HSL | 252.26º | 0.6% | 0.45% | - |
| HSV(B) | 252.26º | 0.75% | 0.71% | - |
| XYZ | 12.13 | 6.67 | 44.9 | - |
| YUV | 68.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 182 | 0.60 | 0.75 | 0 | 0.29 | 252.26 | 0.6 | 0.45 |
| Hex | 49 | 2D | B6 | 3C | 4B | 0 | 1D | FC | 3C | 2D |
| Octal | 111 | 55 | 266 | 74 | 113 | 0 | 35 | 374 | 74 | 55 |
| Binary | 1001001 | 101101 | 10110110 | 111100 | 1001011 | 0 | 11101 | 11111100 | 111100 | 101101 |
Color Harmonies of #492DB6
Complementary color
Monochromatic Colors of #492DB6
Black with #492DB6
Text Example
Text Example
White with #492DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DB6; }
p { color: rgb(73,45,182); }
H1.HeaderClassName
{
color: #492DB6;
}
.AnyTagClassName
{
color: #492DB6;
}
</style>
background-color css
<style>
a { background-color: #492DB6; }
a { background-color: rgb(73,45,182); }
div.DivClassName
{
background-color: #492DB6;
}
.BgClassName
{
background-color: #492DB6;
}
</style>
border-color css
<style>
span { border-color: #492DB6; }
span { border-color: rgb(73,45,182); }
td.TdClassName
{
border-color: #492DB6;
}
.TagClassName
{
border-color: #492DB6;
}
</style>