Shades of Purple Heart #411CCA
Tints of Purple Heart #411CCA
RGB
CMYK
RGB Variations
Color information
#411CCA (or 0x411CCA) is known color: Purple Heart. HEX triplet: 41, 1C and CA. RGB value is (65,28,202). Sum of RGB (Red+Green+Blue) = 65+28+202=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #411CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CCA is #BEE335. Grayscale: #3A3A3A. Windows color (decimal): -12510006 or 13245505. OLE color: 13245505.
HSL color Cylindrical-coordinate representation of color #411CCA: hue angle of 252.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411CCA is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 28 | 202 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.21 |
| HSL | 252.76º | 0.76% | 0.45% | - |
| HSV(B) | 252.76º | 0.86% | 0.79% | - |
| XYZ | 13.26 | 6.22 | 56.38 | - |
| YUV | 58.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 202 | 0.68 | 0.86 | 0 | 0.21 | 252.76 | 0.76 | 0.45 |
| Hex | 41 | 1C | CA | 44 | 56 | 0 | 15 | FD | 4C | 2D |
| Octal | 101 | 34 | 312 | 104 | 126 | 0 | 25 | 375 | 114 | 55 |
| Binary | 1000001 | 11100 | 11001010 | 1000100 | 1010110 | 0 | 10101 | 11111101 | 1001100 | 101101 |
Color Harmonies of #411CCA
Complementary color
Monochromatic Colors of #411CCA
Black with #411CCA
Text Example
Text Example
White with #411CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CCA; }
p { color: rgb(65,28,202); }
H1.HeaderClassName
{
color: #411CCA;
}
.AnyTagClassName
{
color: #411CCA;
}
</style>
background-color css
<style>
a { background-color: #411CCA; }
a { background-color: rgb(65,28,202); }
div.DivClassName
{
background-color: #411CCA;
}
.BgClassName
{
background-color: #411CCA;
}
</style>
border-color css
<style>
span { border-color: #411CCA; }
span { border-color: rgb(65,28,202); }
td.TdClassName
{
border-color: #411CCA;
}
.TagClassName
{
border-color: #411CCA;
}
</style>