Shades of Purple Heart #4118CC
Tints of Purple Heart #4118CC
RGB
CMYK
RGB Variations
Color information
#4118CC (or 0x4118CC) is known color: Purple Heart. HEX triplet: 41, 18 and CC. RGB value is (65,24,204). Sum of RGB (Red+Green+Blue) = 65+24+204=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #4118CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4118CC is #BEE733. Grayscale: #383838. Windows color (decimal): -12511028 or 13375553. OLE color: 13375553.
HSL color Cylindrical-coordinate representation of color #4118CC: hue angle of 253.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4118CC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 24 | 204 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.2 |
| HSL | 253.67º | 0.79% | 0.45% | - |
| HSV(B) | 253.67º | 0.88% | 0.8% | - |
| XYZ | 13.41 | 6.14 | 57.6 | - |
| YUV | 56.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 204 | 0.68 | 0.88 | 0 | 0.2 | 253.67 | 0.79 | 0.45 |
| Hex | 41 | 18 | CC | 44 | 58 | 0 | 14 | FE | 4F | 2D |
| Octal | 101 | 30 | 314 | 104 | 130 | 0 | 24 | 376 | 117 | 55 |
| Binary | 1000001 | 11000 | 11001100 | 1000100 | 1011000 | 0 | 10100 | 11111110 | 1001111 | 101101 |
Color Harmonies of #4118CC
Complementary color
Monochromatic Colors of #4118CC
Black with #4118CC
Text Example
Text Example
White with #4118CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4118CC; }
p { color: rgb(65,24,204); }
H1.HeaderClassName
{
color: #4118CC;
}
.AnyTagClassName
{
color: #4118CC;
}
</style>
background-color css
<style>
a { background-color: #4118CC; }
a { background-color: rgb(65,24,204); }
div.DivClassName
{
background-color: #4118CC;
}
.BgClassName
{
background-color: #4118CC;
}
</style>
border-color css
<style>
span { border-color: #4118CC; }
span { border-color: rgb(65,24,204); }
td.TdClassName
{
border-color: #4118CC;
}
.TagClassName
{
border-color: #4118CC;
}
</style>