Shades of Purple Heart #4936CF
Tints of Purple Heart #4936CF
RGB
CMYK
RGB Variations
Color information
#4936CF (or 0x4936CF) is known color: Purple Heart. HEX triplet: 49, 36 and CF. RGB value is (73,54,207). Sum of RGB (Red+Green+Blue) = 73+54+207=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #4936CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936CF is #B6C930. Grayscale: #4C4C4C. Windows color (decimal): -11979057 or 13579849. OLE color: 13579849.
HSL color Cylindrical-coordinate representation of color #4936CF: hue angle of 247.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4936CF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 54 | 207 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.19 |
| HSL | 247.45º | 0.61% | 0.51% | - |
| HSV(B) | 247.45º | 0.74% | 0.81% | - |
| XYZ | 15.33 | 8.56 | 59.88 | - |
| YUV | 77.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 207 | 0.65 | 0.74 | 0 | 0.19 | 247.45 | 0.61 | 0.51 |
| Hex | 49 | 36 | CF | 41 | 4A | 0 | 13 | F7 | 3D | 33 |
| Octal | 111 | 66 | 317 | 101 | 112 | 0 | 23 | 367 | 75 | 63 |
| Binary | 1001001 | 110110 | 11001111 | 1000001 | 1001010 | 0 | 10011 | 11110111 | 111101 | 110011 |
Color Harmonies of #4936CF
Complementary color
Monochromatic Colors of #4936CF
Black with #4936CF
Text Example
Text Example
White with #4936CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936CF; }
p { color: rgb(73,54,207); }
H1.HeaderClassName
{
color: #4936CF;
}
.AnyTagClassName
{
color: #4936CF;
}
</style>
background-color css
<style>
a { background-color: #4936CF; }
a { background-color: rgb(73,54,207); }
div.DivClassName
{
background-color: #4936CF;
}
.BgClassName
{
background-color: #4936CF;
}
</style>
border-color css
<style>
span { border-color: #4936CF; }
span { border-color: rgb(73,54,207); }
td.TdClassName
{
border-color: #4936CF;
}
.TagClassName
{
border-color: #4936CF;
}
</style>