Shades of Purple Heart #411BCF
Tints of Purple Heart #411BCF
RGB
CMYK
RGB Variations
Color information
#411BCF (or 0x411BCF) is known color: Purple Heart. HEX triplet: 41, 1B and CF. RGB value is (65,27,207). Sum of RGB (Red+Green+Blue) = 65+27+207=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #411BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BCF is #BEE430. Grayscale: #3A3A3A. Windows color (decimal): -12510257 or 13572929. OLE color: 13572929.
HSL color Cylindrical-coordinate representation of color #411BCF: hue angle of 252.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411BCF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 27 | 207 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.19 |
| HSL | 252.67º | 0.77% | 0.46% | - |
| HSV(B) | 252.67º | 0.87% | 0.81% | - |
| XYZ | 13.83 | 6.41 | 59.54 | - |
| YUV | 58.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 207 | 0.69 | 0.87 | 0 | 0.19 | 252.67 | 0.77 | 0.46 |
| Hex | 41 | 1B | CF | 45 | 57 | 0 | 13 | FD | 4D | 2E |
| Octal | 101 | 33 | 317 | 105 | 127 | 0 | 23 | 375 | 115 | 56 |
| Binary | 1000001 | 11011 | 11001111 | 1000101 | 1010111 | 0 | 10011 | 11111101 | 1001101 | 101110 |
Color Harmonies of #411BCF
Complementary color
Monochromatic Colors of #411BCF
Black with #411BCF
Text Example
Text Example
White with #411BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BCF; }
p { color: rgb(65,27,207); }
H1.HeaderClassName
{
color: #411BCF;
}
.AnyTagClassName
{
color: #411BCF;
}
</style>
background-color css
<style>
a { background-color: #411BCF; }
a { background-color: rgb(65,27,207); }
div.DivClassName
{
background-color: #411BCF;
}
.BgClassName
{
background-color: #411BCF;
}
</style>
border-color css
<style>
span { border-color: #411BCF; }
span { border-color: rgb(65,27,207); }
td.TdClassName
{
border-color: #411BCF;
}
.TagClassName
{
border-color: #411BCF;
}
</style>