Shades of Purple Heart #411CBE
Tints of Purple Heart #411CBE
RGB
CMYK
RGB Variations
Color information
#411CBE (or 0x411CBE) is known color: Purple Heart. HEX triplet: 41, 1C and BE. RGB value is (65,28,190). Sum of RGB (Red+Green+Blue) = 65+28+190=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #411CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CBE is #BEE341. Grayscale: #383838. Windows color (decimal): -12510018 or 12459073. OLE color: 12459073.
HSL color Cylindrical-coordinate representation of color #411CBE: hue angle of 253.7º 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 #411CBE is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 28 | 190 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.25 |
| HSL | 253.7º | 0.74% | 0.43% | - |
| HSV(B) | 253.7º | 0.85% | 0.75% | - |
| XYZ | 11.89 | 5.67 | 49.18 | - |
| YUV | 57.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 190 | 0.66 | 0.85 | 0 | 0.25 | 253.7 | 0.74 | 0.43 |
| Hex | 41 | 1C | BE | 42 | 55 | 0 | 19 | FE | 4A | 2B |
| Octal | 101 | 34 | 276 | 102 | 125 | 0 | 31 | 376 | 112 | 53 |
| Binary | 1000001 | 11100 | 10111110 | 1000010 | 1010101 | 0 | 11001 | 11111110 | 1001010 | 101011 |
Color Harmonies of #411CBE
Complementary color
Monochromatic Colors of #411CBE
Black with #411CBE
Text Example
Text Example
White with #411CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CBE; }
p { color: rgb(65,28,190); }
H1.HeaderClassName
{
color: #411CBE;
}
.AnyTagClassName
{
color: #411CBE;
}
</style>
background-color css
<style>
a { background-color: #411CBE; }
a { background-color: rgb(65,28,190); }
div.DivClassName
{
background-color: #411CBE;
}
.BgClassName
{
background-color: #411CBE;
}
</style>
border-color css
<style>
span { border-color: #411CBE; }
span { border-color: rgb(65,28,190); }
td.TdClassName
{
border-color: #411CBE;
}
.TagClassName
{
border-color: #411CBE;
}
</style>