Shades of Purple Heart #4934CC
Tints of Purple Heart #4934CC
RGB
CMYK
RGB Variations
Color information
#4934CC (or 0x4934CC) is known color: Purple Heart. HEX triplet: 49, 34 and CC. RGB value is (73,52,204). Sum of RGB (Red+Green+Blue) = 73+52+204=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4934CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934CC is #B6CB33. Grayscale: #4B4B4B. Windows color (decimal): -11979572 or 13382729. OLE color: 13382729.
HSL color Cylindrical-coordinate representation of color #4934CC: hue angle of 248.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4934CC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 52 | 204 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.2 |
| HSL | 248.29º | 0.6% | 0.5% | - |
| HSV(B) | 248.29º | 0.75% | 0.8% | - |
| XYZ | 14.87 | 8.23 | 57.93 | - |
| YUV | 75.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 204 | 0.64 | 0.75 | 0 | 0.2 | 248.29 | 0.6 | 0.5 |
| Hex | 49 | 34 | CC | 40 | 4B | 0 | 14 | F8 | 3C | 32 |
| Octal | 111 | 64 | 314 | 100 | 113 | 0 | 24 | 370 | 74 | 62 |
| Binary | 1001001 | 110100 | 11001100 | 1000000 | 1001011 | 0 | 10100 | 11111000 | 111100 | 110010 |
Color Harmonies of #4934CC
Complementary color
Monochromatic Colors of #4934CC
Black with #4934CC
Text Example
Text Example
White with #4934CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934CC; }
p { color: rgb(73,52,204); }
H1.HeaderClassName
{
color: #4934CC;
}
.AnyTagClassName
{
color: #4934CC;
}
</style>
background-color css
<style>
a { background-color: #4934CC; }
a { background-color: rgb(73,52,204); }
div.DivClassName
{
background-color: #4934CC;
}
.BgClassName
{
background-color: #4934CC;
}
</style>
border-color css
<style>
span { border-color: #4934CC; }
span { border-color: rgb(73,52,204); }
td.TdClassName
{
border-color: #4934CC;
}
.TagClassName
{
border-color: #4934CC;
}
</style>