Shades of Purple Heart #412CBB
Tints of Purple Heart #412CBB
RGB
CMYK
RGB Variations
Color information
#412CBB (or 0x412CBB) is known color: Purple Heart. HEX triplet: 41, 2C and BB. RGB value is (65,44,187). Sum of RGB (Red+Green+Blue) = 65+44+187=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #412CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CBB is #BED344. Grayscale: #424242. Windows color (decimal): -12505925 or 12266561. OLE color: 12266561.
HSL color Cylindrical-coordinate representation of color #412CBB: hue angle of 248.81º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412CBB is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 44 | 187 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.27 |
| HSL | 248.81º | 0.62% | 0.45% | - |
| HSV(B) | 248.81º | 0.76% | 0.73% | - |
| XYZ | 12.05 | 6.51 | 47.64 | - |
| YUV | 66.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 187 | 0.65 | 0.76 | 0 | 0.27 | 248.81 | 0.62 | 0.45 |
| Hex | 41 | 2C | BB | 41 | 4C | 0 | 1B | F9 | 3E | 2D |
| Octal | 101 | 54 | 273 | 101 | 114 | 0 | 33 | 371 | 76 | 55 |
| Binary | 1000001 | 101100 | 10111011 | 1000001 | 1001100 | 0 | 11011 | 11111001 | 111110 | 101101 |
Color Harmonies of #412CBB
Complementary color
Monochromatic Colors of #412CBB
Black with #412CBB
Text Example
Text Example
White with #412CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CBB; }
p { color: rgb(65,44,187); }
H1.HeaderClassName
{
color: #412CBB;
}
.AnyTagClassName
{
color: #412CBB;
}
</style>
background-color css
<style>
a { background-color: #412CBB; }
a { background-color: rgb(65,44,187); }
div.DivClassName
{
background-color: #412CBB;
}
.BgClassName
{
background-color: #412CBB;
}
</style>
border-color css
<style>
span { border-color: #412CBB; }
span { border-color: rgb(65,44,187); }
td.TdClassName
{
border-color: #412CBB;
}
.TagClassName
{
border-color: #412CBB;
}
</style>