Shades of Purple Heart #411CBF
Tints of Purple Heart #411CBF
RGB
CMYK
RGB Variations
Color information
#411CBF (or 0x411CBF) is known color: Purple Heart. HEX triplet: 41, 1C and BF. RGB value is (65,28,191). Sum of RGB (Red+Green+Blue) = 65+28+191=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #411CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CBF is #BEE340. Grayscale: #393939. Windows color (decimal): -12510017 or 12524609. OLE color: 12524609.
HSL color Cylindrical-coordinate representation of color #411CBF: hue angle of 253.62º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411CBF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 28 | 191 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.25 |
| HSL | 253.62º | 0.74% | 0.43% | - |
| HSV(B) | 253.62º | 0.85% | 0.75% | - |
| XYZ | 12 | 5.72 | 49.76 | - |
| YUV | 57.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 191 | 0.66 | 0.85 | 0 | 0.25 | 253.62 | 0.74 | 0.43 |
| Hex | 41 | 1C | BF | 42 | 55 | 0 | 19 | FE | 4A | 2B |
| Octal | 101 | 34 | 277 | 102 | 125 | 0 | 31 | 376 | 112 | 53 |
| Binary | 1000001 | 11100 | 10111111 | 1000010 | 1010101 | 0 | 11001 | 11111110 | 1001010 | 101011 |
Color Harmonies of #411CBF
Complementary color
Monochromatic Colors of #411CBF
Black with #411CBF
Text Example
Text Example
White with #411CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CBF; }
p { color: rgb(65,28,191); }
H1.HeaderClassName
{
color: #411CBF;
}
.AnyTagClassName
{
color: #411CBF;
}
</style>
background-color css
<style>
a { background-color: #411CBF; }
a { background-color: rgb(65,28,191); }
div.DivClassName
{
background-color: #411CBF;
}
.BgClassName
{
background-color: #411CBF;
}
</style>
border-color css
<style>
span { border-color: #411CBF; }
span { border-color: rgb(65,28,191); }
td.TdClassName
{
border-color: #411CBF;
}
.TagClassName
{
border-color: #411CBF;
}
</style>