Shades of Purple Heart #4924BC
Tints of Purple Heart #4924BC
RGB
CMYK
RGB Variations
Color information
#4924BC (or 0x4924BC) is known color: Purple Heart. HEX triplet: 49, 24 and BC. RGB value is (73,36,188). Sum of RGB (Red+Green+Blue) = 73+36+188=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4924BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924BC is #B6DB43. Grayscale: #3F3F3F. Windows color (decimal): -11983684 or 12330057. OLE color: 12330057.
HSL color Cylindrical-coordinate representation of color #4924BC: hue angle of 254.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4924BC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 36 | 188 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.26 |
| HSL | 254.61º | 0.68% | 0.44% | - |
| HSV(B) | 254.61º | 0.81% | 0.74% | - |
| XYZ | 12.46 | 6.31 | 48.14 | - |
| YUV | 64.39 | 197.76 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 188 | 0.61 | 0.81 | 0 | 0.26 | 254.61 | 0.68 | 0.44 |
| Hex | 49 | 24 | BC | 3D | 51 | 0 | 1A | FF | 44 | 2C |
| Octal | 111 | 44 | 274 | 75 | 121 | 0 | 32 | 377 | 104 | 54 |
| Binary | 1001001 | 100100 | 10111100 | 111101 | 1010001 | 0 | 11010 | 11111111 | 1000100 | 101100 |
Color Harmonies of #4924BC
Complementary color
Monochromatic Colors of #4924BC
Black with #4924BC
Text Example
Text Example
White with #4924BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924BC; }
p { color: rgb(73,36,188); }
H1.HeaderClassName
{
color: #4924BC;
}
.AnyTagClassName
{
color: #4924BC;
}
</style>
background-color css
<style>
a { background-color: #4924BC; }
a { background-color: rgb(73,36,188); }
div.DivClassName
{
background-color: #4924BC;
}
.BgClassName
{
background-color: #4924BC;
}
</style>
border-color css
<style>
span { border-color: #4924BC; }
span { border-color: rgb(73,36,188); }
td.TdClassName
{
border-color: #4924BC;
}
.TagClassName
{
border-color: #4924BC;
}
</style>