Shades of Purple Heart #411ACC
Tints of Purple Heart #411ACC
RGB
CMYK
RGB Variations
Color information
#411ACC (or 0x411ACC) is known color: Purple Heart. HEX triplet: 41, 1A and CC. RGB value is (65,26,204). Sum of RGB (Red+Green+Blue) = 65+26+204=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #411ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ACC is #BEE533. Grayscale: #393939. Windows color (decimal): -12510516 or 13376065. OLE color: 13376065.
HSL color Cylindrical-coordinate representation of color #411ACC: hue angle of 253.15º 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 #411ACC is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 26 | 204 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.2 |
| HSL | 253.15º | 0.77% | 0.45% | - |
| HSV(B) | 253.15º | 0.87% | 0.8% | - |
| XYZ | 13.45 | 6.22 | 57.62 | - |
| YUV | 57.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 204 | 0.68 | 0.87 | 0 | 0.2 | 253.15 | 0.77 | 0.45 |
| Hex | 41 | 1A | CC | 44 | 57 | 0 | 14 | FD | 4D | 2D |
| Octal | 101 | 32 | 314 | 104 | 127 | 0 | 24 | 375 | 115 | 55 |
| Binary | 1000001 | 11010 | 11001100 | 1000100 | 1010111 | 0 | 10100 | 11111101 | 1001101 | 101101 |
Color Harmonies of #411ACC
Complementary color
Monochromatic Colors of #411ACC
Black with #411ACC
Text Example
Text Example
White with #411ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411ACC; }
p { color: rgb(65,26,204); }
H1.HeaderClassName
{
color: #411ACC;
}
.AnyTagClassName
{
color: #411ACC;
}
</style>
background-color css
<style>
a { background-color: #411ACC; }
a { background-color: rgb(65,26,204); }
div.DivClassName
{
background-color: #411ACC;
}
.BgClassName
{
background-color: #411ACC;
}
</style>
border-color css
<style>
span { border-color: #411ACC; }
span { border-color: rgb(65,26,204); }
td.TdClassName
{
border-color: #411ACC;
}
.TagClassName
{
border-color: #411ACC;
}
</style>