Shades of Purple Heart #4417C1
Tints of Purple Heart #4417C1
RGB
CMYK
RGB Variations
Color information
#4417C1 (or 0x4417C1) is known color: Purple Heart. HEX triplet: 44, 17 and C1. RGB value is (68,23,193). Sum of RGB (Red+Green+Blue) = 68+23+193=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #4417C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4417C1 is #BBE83E. Grayscale: #373737. Windows color (decimal): -12314687 or 12654404. OLE color: 12654404.
HSL color Cylindrical-coordinate representation of color #4417C1: hue angle of 255.88º 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 #4417C1 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 23 | 193 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.24 |
| HSL | 255.88º | 0.79% | 0.42% | - |
| HSV(B) | 255.88º | 0.88% | 0.76% | - |
| XYZ | 12.32 | 5.69 | 50.9 | - |
| YUV | 55.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 193 | 0.65 | 0.88 | 0 | 0.24 | 255.88 | 0.79 | 0.42 |
| Hex | 44 | 17 | C1 | 41 | 58 | 0 | 18 | 100 | 4F | 2A |
| Octal | 104 | 27 | 301 | 101 | 130 | 0 | 30 | 400 | 117 | 52 |
| Binary | 1000100 | 10111 | 11000001 | 1000001 | 1011000 | 0 | 11000 | 100000000 | 1001111 | 101010 |
Color Harmonies of #4417C1
Complementary color
Monochromatic Colors of #4417C1
Black with #4417C1
Text Example
Text Example
White with #4417C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417C1; }
p { color: rgb(68,23,193); }
H1.HeaderClassName
{
color: #4417C1;
}
.AnyTagClassName
{
color: #4417C1;
}
</style>
background-color css
<style>
a { background-color: #4417C1; }
a { background-color: rgb(68,23,193); }
div.DivClassName
{
background-color: #4417C1;
}
.BgClassName
{
background-color: #4417C1;
}
</style>
border-color css
<style>
span { border-color: #4417C1; }
span { border-color: rgb(68,23,193); }
td.TdClassName
{
border-color: #4417C1;
}
.TagClassName
{
border-color: #4417C1;
}
</style>