Shades of Purple Heart #4935BC
Tints of Purple Heart #4935BC
RGB
CMYK
RGB Variations
Color information
#4935BC (or 0x4935BC) is known color: Purple Heart. HEX triplet: 49, 35 and BC. RGB value is (73,53,188). Sum of RGB (Red+Green+Blue) = 73+53+188=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4935BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935BC is #B6CA43. Grayscale: #494949. Windows color (decimal): -11979332 or 12334409. OLE color: 12334409.
HSL color Cylindrical-coordinate representation of color #4935BC: hue angle of 248.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4935BC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 53 | 188 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.26 |
| HSL | 248.89º | 0.56% | 0.47% | - |
| HSV(B) | 248.89º | 0.72% | 0.74% | - |
| XYZ | 13.1 | 7.59 | 48.35 | - |
| YUV | 74.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 188 | 0.61 | 0.72 | 0 | 0.26 | 248.89 | 0.56 | 0.47 |
| Hex | 49 | 35 | BC | 3D | 48 | 0 | 1A | F9 | 38 | 2F |
| Octal | 111 | 65 | 274 | 75 | 110 | 0 | 32 | 371 | 70 | 57 |
| Binary | 1001001 | 110101 | 10111100 | 111101 | 1001000 | 0 | 11010 | 11111001 | 111000 | 101111 |
Color Harmonies of #4935BC
Complementary color
Monochromatic Colors of #4935BC
Black with #4935BC
Text Example
Text Example
White with #4935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935BC; }
p { color: rgb(73,53,188); }
H1.HeaderClassName
{
color: #4935BC;
}
.AnyTagClassName
{
color: #4935BC;
}
</style>
background-color css
<style>
a { background-color: #4935BC; }
a { background-color: rgb(73,53,188); }
div.DivClassName
{
background-color: #4935BC;
}
.BgClassName
{
background-color: #4935BC;
}
</style>
border-color css
<style>
span { border-color: #4935BC; }
span { border-color: rgb(73,53,188); }
td.TdClassName
{
border-color: #4935BC;
}
.TagClassName
{
border-color: #4935BC;
}
</style>