Shades of Purple Heart #4117C1
Tints of Purple Heart #4117C1
RGB
CMYK
RGB Variations
Color information
#4117C1 (or 0x4117C1) is known color: Purple Heart. HEX triplet: 41, 17 and C1. RGB value is (65,23,193). Sum of RGB (Red+Green+Blue) = 65+23+193=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #4117C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117C1 is #BEE83E. Grayscale: #363636. Windows color (decimal): -12511295 or 12654401. OLE color: 12654401.
HSL color Cylindrical-coordinate representation of color #4117C1: hue angle of 254.82º 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 #4117C1 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 23 | 193 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.24 |
| HSL | 254.82º | 0.79% | 0.42% | - |
| HSV(B) | 254.82º | 0.88% | 0.76% | - |
| XYZ | 12.11 | 5.59 | 50.89 | - |
| YUV | 54.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 193 | 0.66 | 0.88 | 0 | 0.24 | 254.82 | 0.79 | 0.42 |
| Hex | 41 | 17 | C1 | 42 | 58 | 0 | 18 | FF | 4F | 2A |
| Octal | 101 | 27 | 301 | 102 | 130 | 0 | 30 | 377 | 117 | 52 |
| Binary | 1000001 | 10111 | 11000001 | 1000010 | 1011000 | 0 | 11000 | 11111111 | 1001111 | 101010 |
Color Harmonies of #4117C1
Complementary color
Monochromatic Colors of #4117C1
Black with #4117C1
Text Example
Text Example
White with #4117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117C1; }
p { color: rgb(65,23,193); }
H1.HeaderClassName
{
color: #4117C1;
}
.AnyTagClassName
{
color: #4117C1;
}
</style>
background-color css
<style>
a { background-color: #4117C1; }
a { background-color: rgb(65,23,193); }
div.DivClassName
{
background-color: #4117C1;
}
.BgClassName
{
background-color: #4117C1;
}
</style>
border-color css
<style>
span { border-color: #4117C1; }
span { border-color: rgb(65,23,193); }
td.TdClassName
{
border-color: #4117C1;
}
.TagClassName
{
border-color: #4117C1;
}
</style>