Shades of Purple Heart #4117AC
Tints of Purple Heart #4117AC
RGB
CMYK
RGB Variations
Color information
#4117AC (or 0x4117AC) is known color: Purple Heart. HEX triplet: 41, 17 and AC. RGB value is (65,23,172). Sum of RGB (Red+Green+Blue) = 65+23+172=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #4117AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4117AC is #BEE853. Grayscale: #333333. Windows color (decimal): -12511316 or 11278145. OLE color: 11278145.
HSL color Cylindrical-coordinate representation of color #4117AC: hue angle of 256.91º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4117AC is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 23 | 172 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.33 |
| HSL | 256.91º | 0.76% | 0.38% | - |
| HSV(B) | 256.91º | 0.87% | 0.67% | - |
| XYZ | 9.93 | 4.72 | 39.42 | - |
| YUV | 52.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 172 | 0.62 | 0.87 | 0 | 0.33 | 256.91 | 0.76 | 0.38 |
| Hex | 41 | 17 | AC | 3E | 57 | 0 | 21 | 101 | 4C | 26 |
| Octal | 101 | 27 | 254 | 76 | 127 | 0 | 41 | 401 | 114 | 46 |
| Binary | 1000001 | 10111 | 10101100 | 111110 | 1010111 | 0 | 100001 | 100000001 | 1001100 | 100110 |
Color Harmonies of #4117AC
Complementary color
Monochromatic Colors of #4117AC
Black with #4117AC
Text Example
Text Example
White with #4117AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117AC; }
p { color: rgb(65,23,172); }
H1.HeaderClassName
{
color: #4117AC;
}
.AnyTagClassName
{
color: #4117AC;
}
</style>
background-color css
<style>
a { background-color: #4117AC; }
a { background-color: rgb(65,23,172); }
div.DivClassName
{
background-color: #4117AC;
}
.BgClassName
{
background-color: #4117AC;
}
</style>
border-color css
<style>
span { border-color: #4117AC; }
span { border-color: rgb(65,23,172); }
td.TdClassName
{
border-color: #4117AC;
}
.TagClassName
{
border-color: #4117AC;
}
</style>