Shades of Purple Heart #412ABC
Tints of Purple Heart #412ABC
RGB
CMYK
RGB Variations
Color information
#412ABC (or 0x412ABC) is known color: Purple Heart. HEX triplet: 41, 2A and BC. RGB value is (65,42,188). Sum of RGB (Red+Green+Blue) = 65+42+188=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #412ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ABC is #BED543. Grayscale: #404040. Windows color (decimal): -12506436 or 12331585. OLE color: 12331585.
HSL color Cylindrical-coordinate representation of color #412ABC: hue angle of 249.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412ABC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 42 | 188 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.26 |
| HSL | 249.45º | 0.63% | 0.45% | - |
| HSV(B) | 249.45º | 0.78% | 0.74% | - |
| XYZ | 12.09 | 6.41 | 48.18 | - |
| YUV | 65.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 188 | 0.65 | 0.78 | 0 | 0.26 | 249.45 | 0.63 | 0.45 |
| Hex | 41 | 2A | BC | 41 | 4E | 0 | 1A | F9 | 3F | 2D |
| Octal | 101 | 52 | 274 | 101 | 116 | 0 | 32 | 371 | 77 | 55 |
| Binary | 1000001 | 101010 | 10111100 | 1000001 | 1001110 | 0 | 11010 | 11111001 | 111111 | 101101 |
Color Harmonies of #412ABC
Complementary color
Monochromatic Colors of #412ABC
Black with #412ABC
Text Example
Text Example
White with #412ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412ABC; }
p { color: rgb(65,42,188); }
H1.HeaderClassName
{
color: #412ABC;
}
.AnyTagClassName
{
color: #412ABC;
}
</style>
background-color css
<style>
a { background-color: #412ABC; }
a { background-color: rgb(65,42,188); }
div.DivClassName
{
background-color: #412ABC;
}
.BgClassName
{
background-color: #412ABC;
}
</style>
border-color css
<style>
span { border-color: #412ABC; }
span { border-color: rgb(65,42,188); }
td.TdClassName
{
border-color: #412ABC;
}
.TagClassName
{
border-color: #412ABC;
}
</style>