Shades of Purple Heart #4934CF
Tints of Purple Heart #4934CF
RGB
CMYK
RGB Variations
Color information
#4934CF (or 0x4934CF) is known color: Purple Heart. HEX triplet: 49, 34 and CF. RGB value is (73,52,207). Sum of RGB (Red+Green+Blue) = 73+52+207=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #4934CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934CF is #B6CB30. Grayscale: #4B4B4B. Windows color (decimal): -11979569 or 13579337. OLE color: 13579337.
HSL color Cylindrical-coordinate representation of color #4934CF: hue angle of 248.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4934CF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 52 | 207 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.19 |
| HSL | 248.13º | 0.62% | 0.51% | - |
| HSV(B) | 248.13º | 0.75% | 0.81% | - |
| XYZ | 15.24 | 8.38 | 59.85 | - |
| YUV | 75.95 | 201.96 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 207 | 0.65 | 0.75 | 0 | 0.19 | 248.13 | 0.62 | 0.51 |
| Hex | 49 | 34 | CF | 41 | 4B | 0 | 13 | F8 | 3E | 33 |
| Octal | 111 | 64 | 317 | 101 | 113 | 0 | 23 | 370 | 76 | 63 |
| Binary | 1001001 | 110100 | 11001111 | 1000001 | 1001011 | 0 | 10011 | 11111000 | 111110 | 110011 |
Color Harmonies of #4934CF
Complementary color
Monochromatic Colors of #4934CF
Black with #4934CF
Text Example
Text Example
White with #4934CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934CF; }
p { color: rgb(73,52,207); }
H1.HeaderClassName
{
color: #4934CF;
}
.AnyTagClassName
{
color: #4934CF;
}
</style>
background-color css
<style>
a { background-color: #4934CF; }
a { background-color: rgb(73,52,207); }
div.DivClassName
{
background-color: #4934CF;
}
.BgClassName
{
background-color: #4934CF;
}
</style>
border-color css
<style>
span { border-color: #4934CF; }
span { border-color: rgb(73,52,207); }
td.TdClassName
{
border-color: #4934CF;
}
.TagClassName
{
border-color: #4934CF;
}
</style>