Shades of Purple Heart #410BC8
Tints of Purple Heart #410BC8
RGB
CMYK
RGB Variations
Color information
#410BC8 (or 0x410BC8) is known color: Purple Heart. HEX triplet: 41, 0B and C8. RGB value is (65,11,200). Sum of RGB (Red+Green+Blue) = 65+11+200=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 200 (78.52% from 255 or 72.46% from 276); Max value from RGB is 200 - color contains mainly: blue. Hex color #410BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BC8 is #BEF437. Grayscale: #2F2F2F. Windows color (decimal): -12514360 or 13110081. OLE color: 13110081.
HSL color Cylindrical-coordinate representation of color #410BC8: hue angle of 257.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410BC8 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 11 | 200 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.22 |
| HSL | 257.14º | 0.9% | 0.41% | - |
| HSV(B) | 257.14º | 0.95% | 0.78% | - |
| XYZ | 12.72 | 5.53 | 55.04 | - |
| YUV | 48.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 200 | 0.68 | 0.94 | 0 | 0.22 | 257.14 | 0.9 | 0.41 |
| Hex | 41 | B | C8 | 44 | 5E | 0 | 16 | 101 | 5A | 29 |
| Octal | 101 | 13 | 310 | 104 | 136 | 0 | 26 | 401 | 132 | 51 |
| Binary | 1000001 | 1011 | 11001000 | 1000100 | 1011110 | 0 | 10110 | 100000001 | 1011010 | 101001 |
Color Harmonies of #410BC8
Complementary color
Monochromatic Colors of #410BC8
Black with #410BC8
Text Example
Text Example
White with #410BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BC8; }
p { color: rgb(65,11,200); }
H1.HeaderClassName
{
color: #410BC8;
}
.AnyTagClassName
{
color: #410BC8;
}
</style>
background-color css
<style>
a { background-color: #410BC8; }
a { background-color: rgb(65,11,200); }
div.DivClassName
{
background-color: #410BC8;
}
.BgClassName
{
background-color: #410BC8;
}
</style>
border-color css
<style>
span { border-color: #410BC8; }
span { border-color: rgb(65,11,200); }
td.TdClassName
{
border-color: #410BC8;
}
.TagClassName
{
border-color: #410BC8;
}
</style>