Shades of Purple Heart #4117CC
Tints of Purple Heart #4117CC
RGB
CMYK
RGB Variations
Color information
#4117CC (or 0x4117CC) is known color: Purple Heart. HEX triplet: 41, 17 and CC. RGB value is (65,23,204). Sum of RGB (Red+Green+Blue) = 65+23+204=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #4117CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117CC is #BEE833. Grayscale: #373737. Windows color (decimal): -12511284 or 13375297. OLE color: 13375297.
HSL color Cylindrical-coordinate representation of color #4117CC: hue angle of 253.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4117CC is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 23 | 204 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.2 |
| HSL | 253.92º | 0.8% | 0.45% | - |
| HSV(B) | 253.92º | 0.89% | 0.8% | - |
| XYZ | 13.39 | 6.1 | 57.6 | - |
| YUV | 56.19 | 211.41 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 204 | 0.68 | 0.89 | 0 | 0.2 | 253.92 | 0.8 | 0.45 |
| Hex | 41 | 17 | CC | 44 | 59 | 0 | 14 | FE | 50 | 2D |
| Octal | 101 | 27 | 314 | 104 | 131 | 0 | 24 | 376 | 120 | 55 |
| Binary | 1000001 | 10111 | 11001100 | 1000100 | 1011001 | 0 | 10100 | 11111110 | 1010000 | 101101 |
Color Harmonies of #4117CC
Complementary color
Monochromatic Colors of #4117CC
Black with #4117CC
Text Example
Text Example
White with #4117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117CC; }
p { color: rgb(65,23,204); }
H1.HeaderClassName
{
color: #4117CC;
}
.AnyTagClassName
{
color: #4117CC;
}
</style>
background-color css
<style>
a { background-color: #4117CC; }
a { background-color: rgb(65,23,204); }
div.DivClassName
{
background-color: #4117CC;
}
.BgClassName
{
background-color: #4117CC;
}
</style>
border-color css
<style>
span { border-color: #4117CC; }
span { border-color: rgb(65,23,204); }
td.TdClassName
{
border-color: #4117CC;
}
.TagClassName
{
border-color: #4117CC;
}
</style>