Shades of Purple Heart #4935CF
Tints of Purple Heart #4935CF
RGB
CMYK
RGB Variations
Color information
#4935CF (or 0x4935CF) is known color: Purple Heart. HEX triplet: 49, 35 and CF. RGB value is (73,53,207). Sum of RGB (Red+Green+Blue) = 73+53+207=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #4935CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935CF is #B6CA30. Grayscale: #4B4B4B. Windows color (decimal): -11979313 or 13579593. OLE color: 13579593.
HSL color Cylindrical-coordinate representation of color #4935CF: hue angle of 247.79º degrees, saturation: 0.62, 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 #4935CF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 53 | 207 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.19 |
| HSL | 247.79º | 0.62% | 0.51% | - |
| HSV(B) | 247.79º | 0.74% | 0.81% | - |
| XYZ | 15.28 | 8.47 | 59.86 | - |
| YUV | 76.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 207 | 0.65 | 0.74 | 0 | 0.19 | 247.79 | 0.62 | 0.51 |
| Hex | 49 | 35 | CF | 41 | 4A | 0 | 13 | F8 | 3E | 33 |
| Octal | 111 | 65 | 317 | 101 | 112 | 0 | 23 | 370 | 76 | 63 |
| Binary | 1001001 | 110101 | 11001111 | 1000001 | 1001010 | 0 | 10011 | 11111000 | 111110 | 110011 |
Color Harmonies of #4935CF
Complementary color
Monochromatic Colors of #4935CF
Black with #4935CF
Text Example
Text Example
White with #4935CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935CF; }
p { color: rgb(73,53,207); }
H1.HeaderClassName
{
color: #4935CF;
}
.AnyTagClassName
{
color: #4935CF;
}
</style>
background-color css
<style>
a { background-color: #4935CF; }
a { background-color: rgb(73,53,207); }
div.DivClassName
{
background-color: #4935CF;
}
.BgClassName
{
background-color: #4935CF;
}
</style>
border-color css
<style>
span { border-color: #4935CF; }
span { border-color: rgb(73,53,207); }
td.TdClassName
{
border-color: #4935CF;
}
.TagClassName
{
border-color: #4935CF;
}
</style>