Shades of Purple Heart #4C17C1
Tints of Purple Heart #4C17C1
RGB
CMYK
RGB Variations
Color information
#4C17C1 (or 0x4C17C1) is known color: Purple Heart. HEX triplet: 4C, 17 and C1. RGB value is (76,23,193). Sum of RGB (Red+Green+Blue) = 76+23+193=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C17C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C17C1 is #B3E83E. Grayscale: #393939. Windows color (decimal): -11790399 or 12654412. OLE color: 12654412.
HSL color Cylindrical-coordinate representation of color #4C17C1: hue angle of 258.71º 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 #4C17C1 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 23 | 193 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.24 |
| HSL | 258.71º | 0.79% | 0.42% | - |
| HSV(B) | 258.71º | 0.88% | 0.76% | - |
| XYZ | 12.91 | 6 | 50.93 | - |
| YUV | 58.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 193 | 0.61 | 0.88 | 0 | 0.24 | 258.71 | 0.79 | 0.42 |
| Hex | 4C | 17 | C1 | 3D | 58 | 0 | 18 | 103 | 4F | 2A |
| Octal | 114 | 27 | 301 | 75 | 130 | 0 | 30 | 403 | 117 | 52 |
| Binary | 1001100 | 10111 | 11000001 | 111101 | 1011000 | 0 | 11000 | 100000011 | 1001111 | 101010 |
Color Harmonies of #4C17C1
Complementary color
Monochromatic Colors of #4C17C1
Black with #4C17C1
Text Example
Text Example
White with #4C17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C17C1; }
p { color: rgb(76,23,193); }
H1.HeaderClassName
{
color: #4C17C1;
}
.AnyTagClassName
{
color: #4C17C1;
}
</style>
background-color css
<style>
a { background-color: #4C17C1; }
a { background-color: rgb(76,23,193); }
div.DivClassName
{
background-color: #4C17C1;
}
.BgClassName
{
background-color: #4C17C1;
}
</style>
border-color css
<style>
span { border-color: #4C17C1; }
span { border-color: rgb(76,23,193); }
td.TdClassName
{
border-color: #4C17C1;
}
.TagClassName
{
border-color: #4C17C1;
}
</style>