Shades of Purple Heart #4924C1
Tints of Purple Heart #4924C1
RGB
CMYK
RGB Variations
Color information
#4924C1 (or 0x4924C1) is known color: Purple Heart. HEX triplet: 49, 24 and C1. RGB value is (73,36,193). Sum of RGB (Red+Green+Blue) = 73+36+193=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #4924C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924C1 is #B6DB3E. Grayscale: #404040. Windows color (decimal): -11983679 or 12657737. OLE color: 12657737.
HSL color Cylindrical-coordinate representation of color #4924C1: hue angle of 254.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4924C1 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 36 | 193 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.24 |
| HSL | 254.14º | 0.69% | 0.45% | - |
| HSV(B) | 254.14º | 0.81% | 0.76% | - |
| XYZ | 13 | 6.53 | 51.03 | - |
| YUV | 64.96 | 200.26 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 193 | 0.62 | 0.81 | 0 | 0.24 | 254.14 | 0.69 | 0.45 |
| Hex | 49 | 24 | C1 | 3E | 51 | 0 | 18 | FE | 45 | 2D |
| Octal | 111 | 44 | 301 | 76 | 121 | 0 | 30 | 376 | 105 | 55 |
| Binary | 1001001 | 100100 | 11000001 | 111110 | 1010001 | 0 | 11000 | 11111110 | 1000101 | 101101 |
Color Harmonies of #4924C1
Complementary color
Monochromatic Colors of #4924C1
Black with #4924C1
Text Example
Text Example
White with #4924C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924C1; }
p { color: rgb(73,36,193); }
H1.HeaderClassName
{
color: #4924C1;
}
.AnyTagClassName
{
color: #4924C1;
}
</style>
background-color css
<style>
a { background-color: #4924C1; }
a { background-color: rgb(73,36,193); }
div.DivClassName
{
background-color: #4924C1;
}
.BgClassName
{
background-color: #4924C1;
}
</style>
border-color css
<style>
span { border-color: #4924C1; }
span { border-color: rgb(73,36,193); }
td.TdClassName
{
border-color: #4924C1;
}
.TagClassName
{
border-color: #4924C1;
}
</style>