Shades of Purple Heart #4116CC
Tints of Purple Heart #4116CC
RGB
CMYK
RGB Variations
Color information
#4116CC (or 0x4116CC) is known color: Purple Heart. HEX triplet: 41, 16 and CC. RGB value is (65,22,204). Sum of RGB (Red+Green+Blue) = 65+22+204=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #4116CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116CC is #BEE933. Grayscale: #363636. Windows color (decimal): -12511540 or 13375041. OLE color: 13375041.
HSL color Cylindrical-coordinate representation of color #4116CC: hue angle of 254.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4116CC is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 22 | 204 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.2 |
| HSL | 254.18º | 0.81% | 0.44% | - |
| HSV(B) | 254.18º | 0.89% | 0.8% | - |
| XYZ | 13.37 | 6.06 | 57.59 | - |
| YUV | 55.61 | 211.75 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 204 | 0.68 | 0.89 | 0 | 0.2 | 254.18 | 0.81 | 0.44 |
| Hex | 41 | 16 | CC | 44 | 59 | 0 | 14 | FE | 51 | 2C |
| Octal | 101 | 26 | 314 | 104 | 131 | 0 | 24 | 376 | 121 | 54 |
| Binary | 1000001 | 10110 | 11001100 | 1000100 | 1011001 | 0 | 10100 | 11111110 | 1010001 | 101100 |
Color Harmonies of #4116CC
Complementary color
Monochromatic Colors of #4116CC
Black with #4116CC
Text Example
Text Example
White with #4116CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4116CC; }
p { color: rgb(65,22,204); }
H1.HeaderClassName
{
color: #4116CC;
}
.AnyTagClassName
{
color: #4116CC;
}
</style>
background-color css
<style>
a { background-color: #4116CC; }
a { background-color: rgb(65,22,204); }
div.DivClassName
{
background-color: #4116CC;
}
.BgClassName
{
background-color: #4116CC;
}
</style>
border-color css
<style>
span { border-color: #4116CC; }
span { border-color: rgb(65,22,204); }
td.TdClassName
{
border-color: #4116CC;
}
.TagClassName
{
border-color: #4116CC;
}
</style>