Shades of Purple Heart #412FBC
Tints of Purple Heart #412FBC
RGB
CMYK
RGB Variations
Color information
#412FBC (or 0x412FBC) is known color: Purple Heart. HEX triplet: 41, 2F and BC. RGB value is (65,47,188). Sum of RGB (Red+Green+Blue) = 65+47+188=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #412FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FBC is #BED043. Grayscale: #434343. Windows color (decimal): -12505156 or 12332865. OLE color: 12332865.
HSL color Cylindrical-coordinate representation of color #412FBC: hue angle of 247.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412FBC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 47 | 188 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.26 |
| HSL | 247.66º | 0.6% | 0.46% | - |
| HSV(B) | 247.66º | 0.75% | 0.74% | - |
| XYZ | 12.27 | 6.79 | 48.24 | - |
| YUV | 68.46 | 195.46 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 188 | 0.65 | 0.75 | 0 | 0.26 | 247.66 | 0.6 | 0.46 |
| Hex | 41 | 2F | BC | 41 | 4B | 0 | 1A | F8 | 3C | 2E |
| Octal | 101 | 57 | 274 | 101 | 113 | 0 | 32 | 370 | 74 | 56 |
| Binary | 1000001 | 101111 | 10111100 | 1000001 | 1001011 | 0 | 11010 | 11111000 | 111100 | 101110 |
Color Harmonies of #412FBC
Complementary color
Monochromatic Colors of #412FBC
Black with #412FBC
Text Example
Text Example
White with #412FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FBC; }
p { color: rgb(65,47,188); }
H1.HeaderClassName
{
color: #412FBC;
}
.AnyTagClassName
{
color: #412FBC;
}
</style>
background-color css
<style>
a { background-color: #412FBC; }
a { background-color: rgb(65,47,188); }
div.DivClassName
{
background-color: #412FBC;
}
.BgClassName
{
background-color: #412FBC;
}
</style>
border-color css
<style>
span { border-color: #412FBC; }
span { border-color: rgb(65,47,188); }
td.TdClassName
{
border-color: #412FBC;
}
.TagClassName
{
border-color: #412FBC;
}
</style>