Shades of Purple Heart #4517CC
Tints of Purple Heart #4517CC
RGB
CMYK
RGB Variations
Color information
#4517CC (or 0x4517CC) is known color: Purple Heart. HEX triplet: 45, 17 and CC. RGB value is (69,23,204). Sum of RGB (Red+Green+Blue) = 69+23+204=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 23 (9.38% from 255 or 7.77% 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 #4517CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517CC is #BAE833. Grayscale: #383838. Windows color (decimal): -12249140 or 13375301. OLE color: 13375301.
HSL color Cylindrical-coordinate representation of color #4517CC: hue angle of 255.25º 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 #4517CC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 23 | 204 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.2 |
| HSL | 255.25º | 0.8% | 0.45% | - |
| HSV(B) | 255.25º | 0.89% | 0.8% | - |
| XYZ | 13.66 | 6.24 | 57.61 | - |
| YUV | 57.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 204 | 0.66 | 0.89 | 0 | 0.2 | 255.25 | 0.8 | 0.45 |
| Hex | 45 | 17 | CC | 42 | 59 | 0 | 14 | FF | 50 | 2D |
| Octal | 105 | 27 | 314 | 102 | 131 | 0 | 24 | 377 | 120 | 55 |
| Binary | 1000101 | 10111 | 11001100 | 1000010 | 1011001 | 0 | 10100 | 11111111 | 1010000 | 101101 |
Color Harmonies of #4517CC
Complementary color
Monochromatic Colors of #4517CC
Black with #4517CC
Text Example
Text Example
White with #4517CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517CC; }
p { color: rgb(69,23,204); }
H1.HeaderClassName
{
color: #4517CC;
}
.AnyTagClassName
{
color: #4517CC;
}
</style>
background-color css
<style>
a { background-color: #4517CC; }
a { background-color: rgb(69,23,204); }
div.DivClassName
{
background-color: #4517CC;
}
.BgClassName
{
background-color: #4517CC;
}
</style>
border-color css
<style>
span { border-color: #4517CC; }
span { border-color: rgb(69,23,204); }
td.TdClassName
{
border-color: #4517CC;
}
.TagClassName
{
border-color: #4517CC;
}
</style>