Shades of Purple Heart #4935D0
Tints of Purple Heart #4935D0
RGB
CMYK
RGB Variations
Color information
#4935D0 (or 0x4935D0) is known color: Purple Heart. HEX triplet: 49, 35 and D0. RGB value is (73,53,208). Sum of RGB (Red+Green+Blue) = 73+53+208=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #4935D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935D0 is #B6CA2F. Grayscale: #4C4C4C. Windows color (decimal): -11979312 or 13645129. OLE color: 13645129.
HSL color Cylindrical-coordinate representation of color #4935D0: hue angle of 247.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4935D0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 53 | 208 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.18 |
| HSL | 247.74º | 0.62% | 0.51% | - |
| HSV(B) | 247.74º | 0.75% | 0.82% | - |
| XYZ | 15.41 | 8.52 | 60.51 | - |
| YUV | 76.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 208 | 0.65 | 0.75 | 0 | 0.18 | 247.74 | 0.62 | 0.51 |
| Hex | 49 | 35 | D0 | 41 | 4B | 0 | 12 | F8 | 3E | 33 |
| Octal | 111 | 65 | 320 | 101 | 113 | 0 | 22 | 370 | 76 | 63 |
| Binary | 1001001 | 110101 | 11010000 | 1000001 | 1001011 | 0 | 10010 | 11111000 | 111110 | 110011 |
Color Harmonies of #4935D0
Complementary color
Monochromatic Colors of #4935D0
Black with #4935D0
Text Example
Text Example
White with #4935D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935D0; }
p { color: rgb(73,53,208); }
H1.HeaderClassName
{
color: #4935D0;
}
.AnyTagClassName
{
color: #4935D0;
}
</style>
background-color css
<style>
a { background-color: #4935D0; }
a { background-color: rgb(73,53,208); }
div.DivClassName
{
background-color: #4935D0;
}
.BgClassName
{
background-color: #4935D0;
}
</style>
border-color css
<style>
span { border-color: #4935D0; }
span { border-color: rgb(73,53,208); }
td.TdClassName
{
border-color: #4935D0;
}
.TagClassName
{
border-color: #4935D0;
}
</style>