Shades of Purple Heart #4112CC
Tints of Purple Heart #4112CC
RGB
CMYK
RGB Variations
Color information
#4112CC (or 0x4112CC) is known color: Purple Heart. HEX triplet: 41, 12 and CC. RGB value is (65,18,204). Sum of RGB (Red+Green+Blue) = 65+18+204=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #4112CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4112CC is #BEED33. Grayscale: #343434. Windows color (decimal): -12512564 or 13374017. OLE color: 13374017.
HSL color Cylindrical-coordinate representation of color #4112CC: hue angle of 255.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4112CC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 18 | 204 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.2 |
| HSL | 255.16º | 0.84% | 0.44% | - |
| HSV(B) | 255.16º | 0.91% | 0.8% | - |
| XYZ | 13.3 | 5.92 | 57.57 | - |
| YUV | 53.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 204 | 0.68 | 0.91 | 0 | 0.2 | 255.16 | 0.84 | 0.44 |
| Hex | 41 | 12 | CC | 44 | 5B | 0 | 14 | FF | 54 | 2C |
| Octal | 101 | 22 | 314 | 104 | 133 | 0 | 24 | 377 | 124 | 54 |
| Binary | 1000001 | 10010 | 11001100 | 1000100 | 1011011 | 0 | 10100 | 11111111 | 1010100 | 101100 |
Color Harmonies of #4112CC
Complementary color
Monochromatic Colors of #4112CC
Black with #4112CC
Text Example
Text Example
White with #4112CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4112CC; }
p { color: rgb(65,18,204); }
H1.HeaderClassName
{
color: #4112CC;
}
.AnyTagClassName
{
color: #4112CC;
}
</style>
background-color css
<style>
a { background-color: #4112CC; }
a { background-color: rgb(65,18,204); }
div.DivClassName
{
background-color: #4112CC;
}
.BgClassName
{
background-color: #4112CC;
}
</style>
border-color css
<style>
span { border-color: #4112CC; }
span { border-color: rgb(65,18,204); }
td.TdClassName
{
border-color: #4112CC;
}
.TagClassName
{
border-color: #4112CC;
}
</style>