Shades of Purple Heart #4913CC
Tints of Purple Heart #4913CC
RGB
CMYK
RGB Variations
Color information
#4913CC (or 0x4913CC) is known color: Purple Heart. HEX triplet: 49, 13 and CC. RGB value is (73,19,204). Sum of RGB (Red+Green+Blue) = 73+19+204=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #4913CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913CC is #B6EC33. Grayscale: #373737. Windows color (decimal): -11988020 or 13374281. OLE color: 13374281.
HSL color Cylindrical-coordinate representation of color #4913CC: hue angle of 257.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4913CC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 19 | 204 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.2 |
| HSL | 257.51º | 0.83% | 0.44% | - |
| HSV(B) | 257.51º | 0.91% | 0.8% | - |
| XYZ | 13.88 | 6.24 | 57.6 | - |
| YUV | 56.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 204 | 0.64 | 0.91 | 0 | 0.2 | 257.51 | 0.83 | 0.44 |
| Hex | 49 | 13 | CC | 40 | 5B | 0 | 14 | 102 | 53 | 2C |
| Octal | 111 | 23 | 314 | 100 | 133 | 0 | 24 | 402 | 123 | 54 |
| Binary | 1001001 | 10011 | 11001100 | 1000000 | 1011011 | 0 | 10100 | 100000010 | 1010011 | 101100 |
Color Harmonies of #4913CC
Complementary color
Monochromatic Colors of #4913CC
Black with #4913CC
Text Example
Text Example
White with #4913CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913CC; }
p { color: rgb(73,19,204); }
H1.HeaderClassName
{
color: #4913CC;
}
.AnyTagClassName
{
color: #4913CC;
}
</style>
background-color css
<style>
a { background-color: #4913CC; }
a { background-color: rgb(73,19,204); }
div.DivClassName
{
background-color: #4913CC;
}
.BgClassName
{
background-color: #4913CC;
}
</style>
border-color css
<style>
span { border-color: #4913CC; }
span { border-color: rgb(73,19,204); }
td.TdClassName
{
border-color: #4913CC;
}
.TagClassName
{
border-color: #4913CC;
}
</style>