Shades of Purple Heart #4938CC
Tints of Purple Heart #4938CC
RGB
CMYK
RGB Variations
Color information
#4938CC (or 0x4938CC) is known color: Purple Heart. HEX triplet: 49, 38 and CC. RGB value is (73,56,204). Sum of RGB (Red+Green+Blue) = 73+56+204=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #4938CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938CC is #B6C733. Grayscale: #4D4D4D. Windows color (decimal): -11978548 or 13383753. OLE color: 13383753.
HSL color Cylindrical-coordinate representation of color #4938CC: hue angle of 246.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4938CC is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 56 | 204 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.2 |
| HSL | 246.89º | 0.59% | 0.51% | - |
| HSV(B) | 246.89º | 0.73% | 0.8% | - |
| XYZ | 15.06 | 8.6 | 57.99 | - |
| YUV | 77.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 204 | 0.64 | 0.73 | 0 | 0.2 | 246.89 | 0.59 | 0.51 |
| Hex | 49 | 38 | CC | 40 | 49 | 0 | 14 | F7 | 3B | 33 |
| Octal | 111 | 70 | 314 | 100 | 111 | 0 | 24 | 367 | 73 | 63 |
| Binary | 1001001 | 111000 | 11001100 | 1000000 | 1001001 | 0 | 10100 | 11110111 | 111011 | 110011 |
Color Harmonies of #4938CC
Complementary color
Monochromatic Colors of #4938CC
Black with #4938CC
Text Example
Text Example
White with #4938CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938CC; }
p { color: rgb(73,56,204); }
H1.HeaderClassName
{
color: #4938CC;
}
.AnyTagClassName
{
color: #4938CC;
}
</style>
background-color css
<style>
a { background-color: #4938CC; }
a { background-color: rgb(73,56,204); }
div.DivClassName
{
background-color: #4938CC;
}
.BgClassName
{
background-color: #4938CC;
}
</style>
border-color css
<style>
span { border-color: #4938CC; }
span { border-color: rgb(73,56,204); }
td.TdClassName
{
border-color: #4938CC;
}
.TagClassName
{
border-color: #4938CC;
}
</style>