Shades of Purple Heart #4517C1
Tints of Purple Heart #4517C1
RGB
CMYK
RGB Variations
Color information
#4517C1 (or 0x4517C1) is known color: Purple Heart. HEX triplet: 45, 17 and C1. RGB value is (69,23,193). Sum of RGB (Red+Green+Blue) = 69+23+193=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #4517C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517C1 is #BAE83E. Grayscale: #373737. Windows color (decimal): -12249151 or 12654405. OLE color: 12654405.
HSL color Cylindrical-coordinate representation of color #4517C1: hue angle of 256.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4517C1 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 23 | 193 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.24 |
| HSL | 256.24º | 0.79% | 0.42% | - |
| HSV(B) | 256.24º | 0.88% | 0.76% | - |
| XYZ | 12.39 | 5.73 | 50.9 | - |
| YUV | 56.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 193 | 0.64 | 0.88 | 0 | 0.24 | 256.24 | 0.79 | 0.42 |
| Hex | 45 | 17 | C1 | 40 | 58 | 0 | 18 | 100 | 4F | 2A |
| Octal | 105 | 27 | 301 | 100 | 130 | 0 | 30 | 400 | 117 | 52 |
| Binary | 1000101 | 10111 | 11000001 | 1000000 | 1011000 | 0 | 11000 | 100000000 | 1001111 | 101010 |
Color Harmonies of #4517C1
Complementary color
Monochromatic Colors of #4517C1
Black with #4517C1
Text Example
Text Example
White with #4517C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517C1; }
p { color: rgb(69,23,193); }
H1.HeaderClassName
{
color: #4517C1;
}
.AnyTagClassName
{
color: #4517C1;
}
</style>
background-color css
<style>
a { background-color: #4517C1; }
a { background-color: rgb(69,23,193); }
div.DivClassName
{
background-color: #4517C1;
}
.BgClassName
{
background-color: #4517C1;
}
</style>
border-color css
<style>
span { border-color: #4517C1; }
span { border-color: rgb(69,23,193); }
td.TdClassName
{
border-color: #4517C1;
}
.TagClassName
{
border-color: #4517C1;
}
</style>