Shades of Purple Heart #411FB3
Tints of Purple Heart #411FB3
RGB
CMYK
RGB Variations
Color information
#411FB3 (or 0x411FB3) is known color: Purple Heart. HEX triplet: 41, 1F and B3. RGB value is (65,31,179). Sum of RGB (Red+Green+Blue) = 65+31+179=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #411FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FB3 is #BEE04C. Grayscale: #393939. Windows color (decimal): -12509261 or 11738945. OLE color: 11738945.
HSL color Cylindrical-coordinate representation of color #411FB3: hue angle of 253.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411FB3 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 31 | 179 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.30 |
| HSL | 253.78º | 0.7% | 0.41% | - |
| HSV(B) | 253.78º | 0.83% | 0.7% | - |
| XYZ | 10.81 | 5.36 | 43.11 | - |
| YUV | 58.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 179 | 0.64 | 0.83 | 0 | 0.30 | 253.78 | 0.7 | 0.41 |
| Hex | 41 | 1F | B3 | 40 | 53 | 0 | 1E | FE | 46 | 29 |
| Octal | 101 | 37 | 263 | 100 | 123 | 0 | 36 | 376 | 106 | 51 |
| Binary | 1000001 | 11111 | 10110011 | 1000000 | 1010011 | 0 | 11110 | 11111110 | 1000110 | 101001 |
Color Harmonies of #411FB3
Complementary color
Monochromatic Colors of #411FB3
Black with #411FB3
Text Example
Text Example
White with #411FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FB3; }
p { color: rgb(65,31,179); }
H1.HeaderClassName
{
color: #411FB3;
}
.AnyTagClassName
{
color: #411FB3;
}
</style>
background-color css
<style>
a { background-color: #411FB3; }
a { background-color: rgb(65,31,179); }
div.DivClassName
{
background-color: #411FB3;
}
.BgClassName
{
background-color: #411FB3;
}
</style>
border-color css
<style>
span { border-color: #411FB3; }
span { border-color: rgb(65,31,179); }
td.TdClassName
{
border-color: #411FB3;
}
.TagClassName
{
border-color: #411FB3;
}
</style>