Shades of Purple Heart #411EB4
Tints of Purple Heart #411EB4
RGB
CMYK
RGB Variations
Color information
#411EB4 (or 0x411EB4) is known color: Purple Heart. HEX triplet: 41, 1E and B4. RGB value is (65,30,180). Sum of RGB (Red+Green+Blue) = 65+30+180=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #411EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EB4 is #BEE14B. Grayscale: #393939. Windows color (decimal): -12509516 or 11804225. OLE color: 11804225.
HSL color Cylindrical-coordinate representation of color #411EB4: hue angle of 254º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411EB4 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 30 | 180 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.29 |
| HSL | 254º | 0.71% | 0.41% | - |
| HSV(B) | 254º | 0.83% | 0.71% | - |
| XYZ | 10.88 | 5.35 | 43.64 | - |
| YUV | 57.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 180 | 0.64 | 0.83 | 0 | 0.29 | 254 | 0.71 | 0.41 |
| Hex | 41 | 1E | B4 | 40 | 53 | 0 | 1D | FE | 47 | 29 |
| Octal | 101 | 36 | 264 | 100 | 123 | 0 | 35 | 376 | 107 | 51 |
| Binary | 1000001 | 11110 | 10110100 | 1000000 | 1010011 | 0 | 11101 | 11111110 | 1000111 | 101001 |
Color Harmonies of #411EB4
Complementary color
Monochromatic Colors of #411EB4
Black with #411EB4
Text Example
Text Example
White with #411EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EB4; }
p { color: rgb(65,30,180); }
H1.HeaderClassName
{
color: #411EB4;
}
.AnyTagClassName
{
color: #411EB4;
}
</style>
background-color css
<style>
a { background-color: #411EB4; }
a { background-color: rgb(65,30,180); }
div.DivClassName
{
background-color: #411EB4;
}
.BgClassName
{
background-color: #411EB4;
}
</style>
border-color css
<style>
span { border-color: #411EB4; }
span { border-color: rgb(65,30,180); }
td.TdClassName
{
border-color: #411EB4;
}
.TagClassName
{
border-color: #411EB4;
}
</style>