Shades of Purple Heart #412ECB
Tints of Purple Heart #412ECB
RGB
CMYK
RGB Variations
Color information
#412ECB (or 0x412ECB) is known color: Purple Heart. HEX triplet: 41, 2E and CB. RGB value is (65,46,203). Sum of RGB (Red+Green+Blue) = 65+46+203=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #412ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ECB is #BED134. Grayscale: #444444. Windows color (decimal): -12505397 or 13315649. OLE color: 13315649.
HSL color Cylindrical-coordinate representation of color #412ECB: hue angle of 247.26º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412ECB is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 46 | 203 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.20 |
| HSL | 247.26º | 0.63% | 0.49% | - |
| HSV(B) | 247.26º | 0.77% | 0.8% | - |
| XYZ | 13.94 | 7.39 | 57.19 | - |
| YUV | 69.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 203 | 0.68 | 0.77 | 0 | 0.20 | 247.26 | 0.63 | 0.49 |
| Hex | 41 | 2E | CB | 44 | 4D | 0 | 14 | F7 | 3F | 31 |
| Octal | 101 | 56 | 313 | 104 | 115 | 0 | 24 | 367 | 77 | 61 |
| Binary | 1000001 | 101110 | 11001011 | 1000100 | 1001101 | 0 | 10100 | 11110111 | 111111 | 110001 |
Color Harmonies of #412ECB
Complementary color
Monochromatic Colors of #412ECB
Black with #412ECB
Text Example
Text Example
White with #412ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412ECB; }
p { color: rgb(65,46,203); }
H1.HeaderClassName
{
color: #412ECB;
}
.AnyTagClassName
{
color: #412ECB;
}
</style>
background-color css
<style>
a { background-color: #412ECB; }
a { background-color: rgb(65,46,203); }
div.DivClassName
{
background-color: #412ECB;
}
.BgClassName
{
background-color: #412ECB;
}
</style>
border-color css
<style>
span { border-color: #412ECB; }
span { border-color: rgb(65,46,203); }
td.TdClassName
{
border-color: #412ECB;
}
.TagClassName
{
border-color: #412ECB;
}
</style>