Shades of Purple Heart #410AC2
Tints of Purple Heart #410AC2
RGB
CMYK
RGB Variations
Color information
#410AC2 (or 0x410AC2) is known color: Purple Heart. HEX triplet: 41, 0A and C2. RGB value is (65,10,194). Sum of RGB (Red+Green+Blue) = 65+10+194=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #410AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410AC2 is #BEF53D. Grayscale: #2E2E2E. Windows color (decimal): -12514622 or 12716609. OLE color: 12716609.
HSL color Cylindrical-coordinate representation of color #410AC2: hue angle of 257.93º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410AC2 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 10 | 194 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.24 |
| HSL | 257.93º | 0.9% | 0.4% | - |
| HSV(B) | 257.93º | 0.95% | 0.76% | - |
| XYZ | 12.03 | 5.24 | 51.42 | - |
| YUV | 47.42 | 210.72 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 194 | 0.66 | 0.95 | 0 | 0.24 | 257.93 | 0.9 | 0.4 |
| Hex | 41 | A | C2 | 42 | 5F | 0 | 18 | 102 | 5A | 28 |
| Octal | 101 | 12 | 302 | 102 | 137 | 0 | 30 | 402 | 132 | 50 |
| Binary | 1000001 | 1010 | 11000010 | 1000010 | 1011111 | 0 | 11000 | 100000010 | 1011010 | 101000 |
Color Harmonies of #410AC2
Complementary color
Monochromatic Colors of #410AC2
Black with #410AC2
Text Example
Text Example
White with #410AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AC2; }
p { color: rgb(65,10,194); }
H1.HeaderClassName
{
color: #410AC2;
}
.AnyTagClassName
{
color: #410AC2;
}
</style>
background-color css
<style>
a { background-color: #410AC2; }
a { background-color: rgb(65,10,194); }
div.DivClassName
{
background-color: #410AC2;
}
.BgClassName
{
background-color: #410AC2;
}
</style>
border-color css
<style>
span { border-color: #410AC2; }
span { border-color: rgb(65,10,194); }
td.TdClassName
{
border-color: #410AC2;
}
.TagClassName
{
border-color: #410AC2;
}
</style>