Shades of Purple Heart #410ABC
Tints of Purple Heart #410ABC
RGB
CMYK
RGB Variations
Color information
#410ABC (or 0x410ABC) is known color: Purple Heart. HEX triplet: 41, 0A and BC. RGB value is (65,10,188). Sum of RGB (Red+Green+Blue) = 65+10+188=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #410ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ABC is #BEF543. Grayscale: #2E2E2E. Windows color (decimal): -12514628 or 12323393. OLE color: 12323393.
HSL color Cylindrical-coordinate representation of color #410ABC: hue angle of 258.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410ABC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 10 | 188 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.26 |
| HSL | 258.54º | 0.9% | 0.39% | - |
| HSV(B) | 258.54º | 0.95% | 0.74% | - |
| XYZ | 11.37 | 4.97 | 47.94 | - |
| YUV | 46.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 188 | 0.65 | 0.95 | 0 | 0.26 | 258.54 | 0.9 | 0.39 |
| Hex | 41 | A | BC | 41 | 5F | 0 | 1A | 103 | 5A | 27 |
| Octal | 101 | 12 | 274 | 101 | 137 | 0 | 32 | 403 | 132 | 47 |
| Binary | 1000001 | 1010 | 10111100 | 1000001 | 1011111 | 0 | 11010 | 100000011 | 1011010 | 100111 |
Color Harmonies of #410ABC
Complementary color
Monochromatic Colors of #410ABC
Black with #410ABC
Text Example
Text Example
White with #410ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410ABC; }
p { color: rgb(65,10,188); }
H1.HeaderClassName
{
color: #410ABC;
}
.AnyTagClassName
{
color: #410ABC;
}
</style>
background-color css
<style>
a { background-color: #410ABC; }
a { background-color: rgb(65,10,188); }
div.DivClassName
{
background-color: #410ABC;
}
.BgClassName
{
background-color: #410ABC;
}
</style>
border-color css
<style>
span { border-color: #410ABC; }
span { border-color: rgb(65,10,188); }
td.TdClassName
{
border-color: #410ABC;
}
.TagClassName
{
border-color: #410ABC;
}
</style>