Shades of Purple Heart #4917CC
Tints of Purple Heart #4917CC
RGB
CMYK
RGB Variations
Color information
#4917CC (or 0x4917CC) is known color: Purple Heart. HEX triplet: 49, 17 and CC. RGB value is (73,23,204). Sum of RGB (Red+Green+Blue) = 73+23+204=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #4917CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4917CC is #B6E833. Grayscale: #393939. Windows color (decimal): -11986996 or 13375305. OLE color: 13375305.
HSL color Cylindrical-coordinate representation of color #4917CC: hue angle of 256.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4917CC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 23 | 204 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.2 |
| HSL | 256.57º | 0.8% | 0.45% | - |
| HSV(B) | 256.57º | 0.89% | 0.8% | - |
| XYZ | 13.95 | 6.39 | 57.62 | - |
| YUV | 58.58 | 210.07 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 204 | 0.64 | 0.89 | 0 | 0.2 | 256.57 | 0.8 | 0.45 |
| Hex | 49 | 17 | CC | 40 | 59 | 0 | 14 | 101 | 50 | 2D |
| Octal | 111 | 27 | 314 | 100 | 131 | 0 | 24 | 401 | 120 | 55 |
| Binary | 1001001 | 10111 | 11001100 | 1000000 | 1011001 | 0 | 10100 | 100000001 | 1010000 | 101101 |
Color Harmonies of #4917CC
Complementary color
Monochromatic Colors of #4917CC
Black with #4917CC
Text Example
Text Example
White with #4917CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917CC; }
p { color: rgb(73,23,204); }
H1.HeaderClassName
{
color: #4917CC;
}
.AnyTagClassName
{
color: #4917CC;
}
</style>
background-color css
<style>
a { background-color: #4917CC; }
a { background-color: rgb(73,23,204); }
div.DivClassName
{
background-color: #4917CC;
}
.BgClassName
{
background-color: #4917CC;
}
</style>
border-color css
<style>
span { border-color: #4917CC; }
span { border-color: rgb(73,23,204); }
td.TdClassName
{
border-color: #4917CC;
}
.TagClassName
{
border-color: #4917CC;
}
</style>