Shades of Purple Heart #411BCD
Tints of Purple Heart #411BCD
RGB
CMYK
RGB Variations
Color information
#411BCD (or 0x411BCD) is known color: Purple Heart. HEX triplet: 41, 1B and CD. RGB value is (65,27,205). Sum of RGB (Red+Green+Blue) = 65+27+205=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #411BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BCD is #BEE432. Grayscale: #393939. Windows color (decimal): -12510259 or 13441857. OLE color: 13441857.
HSL color Cylindrical-coordinate representation of color #411BCD: hue angle of 252.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411BCD is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 27 | 205 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.20 |
| HSL | 252.81º | 0.77% | 0.45% | - |
| HSV(B) | 252.81º | 0.87% | 0.8% | - |
| XYZ | 13.59 | 6.32 | 58.26 | - |
| YUV | 58.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 205 | 0.68 | 0.87 | 0 | 0.20 | 252.81 | 0.77 | 0.45 |
| Hex | 41 | 1B | CD | 44 | 57 | 0 | 14 | FD | 4D | 2D |
| Octal | 101 | 33 | 315 | 104 | 127 | 0 | 24 | 375 | 115 | 55 |
| Binary | 1000001 | 11011 | 11001101 | 1000100 | 1010111 | 0 | 10100 | 11111101 | 1001101 | 101101 |
Color Harmonies of #411BCD
Complementary color
Monochromatic Colors of #411BCD
Black with #411BCD
Text Example
Text Example
White with #411BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BCD; }
p { color: rgb(65,27,205); }
H1.HeaderClassName
{
color: #411BCD;
}
.AnyTagClassName
{
color: #411BCD;
}
</style>
background-color css
<style>
a { background-color: #411BCD; }
a { background-color: rgb(65,27,205); }
div.DivClassName
{
background-color: #411BCD;
}
.BgClassName
{
background-color: #411BCD;
}
</style>
border-color css
<style>
span { border-color: #411BCD; }
span { border-color: rgb(65,27,205); }
td.TdClassName
{
border-color: #411BCD;
}
.TagClassName
{
border-color: #411BCD;
}
</style>