Shades of Purple Heart #4925C0
Tints of Purple Heart #4925C0
RGB
CMYK
RGB Variations
Color information
#4925C0 (or 0x4925C0) is known color: Purple Heart. HEX triplet: 49, 25 and C0. RGB value is (73,37,192). Sum of RGB (Red+Green+Blue) = 73+37+192=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #4925C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4925C0 is #B6DA3F. Grayscale: #404040. Windows color (decimal): -11983424 or 12592457. OLE color: 12592457.
HSL color Cylindrical-coordinate representation of color #4925C0: hue angle of 253.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4925C0 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 37 | 192 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.25 |
| HSL | 253.94º | 0.68% | 0.45% | - |
| HSV(B) | 253.94º | 0.81% | 0.75% | - |
| XYZ | 12.92 | 6.55 | 50.45 | - |
| YUV | 65.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 192 | 0.62 | 0.81 | 0 | 0.25 | 253.94 | 0.68 | 0.45 |
| Hex | 49 | 25 | C0 | 3E | 51 | 0 | 19 | FE | 44 | 2D |
| Octal | 111 | 45 | 300 | 76 | 121 | 0 | 31 | 376 | 104 | 55 |
| Binary | 1001001 | 100101 | 11000000 | 111110 | 1010001 | 0 | 11001 | 11111110 | 1000100 | 101101 |
Color Harmonies of #4925C0
Complementary color
Monochromatic Colors of #4925C0
Black with #4925C0
Text Example
Text Example
White with #4925C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4925C0; }
p { color: rgb(73,37,192); }
H1.HeaderClassName
{
color: #4925C0;
}
.AnyTagClassName
{
color: #4925C0;
}
</style>
background-color css
<style>
a { background-color: #4925C0; }
a { background-color: rgb(73,37,192); }
div.DivClassName
{
background-color: #4925C0;
}
.BgClassName
{
background-color: #4925C0;
}
</style>
border-color css
<style>
span { border-color: #4925C0; }
span { border-color: rgb(73,37,192); }
td.TdClassName
{
border-color: #4925C0;
}
.TagClassName
{
border-color: #4925C0;
}
</style>