Shades of Purple Heart #410CC5
Tints of Purple Heart #410CC5
RGB
CMYK
RGB Variations
Color information
#410CC5 (or 0x410CC5) is known color: Purple Heart. HEX triplet: 41, 0C and C5. RGB value is (65,12,197). Sum of RGB (Red+Green+Blue) = 65+12+197=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 197 (77.34% from 255 or 71.90% from 274); Max value from RGB is 197 - color contains mainly: blue. Hex color #410CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CC5 is #BEF33A. Grayscale: #303030. Windows color (decimal): -12514107 or 12913729. OLE color: 12913729.
HSL color Cylindrical-coordinate representation of color #410CC5: hue angle of 257.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CC5 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 12 | 197 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.23 |
| HSL | 257.19º | 0.89% | 0.41% | - |
| HSV(B) | 257.19º | 0.94% | 0.77% | - |
| XYZ | 12.39 | 5.42 | 53.22 | - |
| YUV | 48.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 197 | 0.67 | 0.94 | 0 | 0.23 | 257.19 | 0.89 | 0.41 |
| Hex | 41 | C | C5 | 43 | 5E | 0 | 17 | 101 | 59 | 29 |
| Octal | 101 | 14 | 305 | 103 | 136 | 0 | 27 | 401 | 131 | 51 |
| Binary | 1000001 | 1100 | 11000101 | 1000011 | 1011110 | 0 | 10111 | 100000001 | 1011001 | 101001 |
Color Harmonies of #410CC5
Complementary color
Monochromatic Colors of #410CC5
Black with #410CC5
Text Example
Text Example
White with #410CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CC5; }
p { color: rgb(65,12,197); }
H1.HeaderClassName
{
color: #410CC5;
}
.AnyTagClassName
{
color: #410CC5;
}
</style>
background-color css
<style>
a { background-color: #410CC5; }
a { background-color: rgb(65,12,197); }
div.DivClassName
{
background-color: #410CC5;
}
.BgClassName
{
background-color: #410CC5;
}
</style>
border-color css
<style>
span { border-color: #410CC5; }
span { border-color: rgb(65,12,197); }
td.TdClassName
{
border-color: #410CC5;
}
.TagClassName
{
border-color: #410CC5;
}
</style>