Shades of Purple Heart #4410BD
Tints of Purple Heart #4410BD
RGB
CMYK
RGB Variations
Color information
#4410BD (or 0x4410BD) is known color: Purple Heart. HEX triplet: 44, 10 and BD. RGB value is (68,16,189). Sum of RGB (Red+Green+Blue) = 68+16+189=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #4410BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4410BD is #BBEF42. Grayscale: #323232. Windows color (decimal): -12316483 or 12390468. OLE color: 12390468.
HSL color Cylindrical-coordinate representation of color #4410BD: hue angle of 258.03º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4410BD is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 16 | 189 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.26 |
| HSL | 258.03º | 0.84% | 0.4% | - |
| HSV(B) | 258.03º | 0.92% | 0.74% | - |
| XYZ | 11.75 | 5.27 | 48.54 | - |
| YUV | 51.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 189 | 0.64 | 0.92 | 0 | 0.26 | 258.03 | 0.84 | 0.4 |
| Hex | 44 | 10 | BD | 40 | 5C | 0 | 1A | 102 | 54 | 28 |
| Octal | 104 | 20 | 275 | 100 | 134 | 0 | 32 | 402 | 124 | 50 |
| Binary | 1000100 | 10000 | 10111101 | 1000000 | 1011100 | 0 | 11010 | 100000010 | 1010100 | 101000 |
Color Harmonies of #4410BD
Complementary color
Monochromatic Colors of #4410BD
Black with #4410BD
Text Example
Text Example
White with #4410BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4410BD; }
p { color: rgb(68,16,189); }
H1.HeaderClassName
{
color: #4410BD;
}
.AnyTagClassName
{
color: #4410BD;
}
</style>
background-color css
<style>
a { background-color: #4410BD; }
a { background-color: rgb(68,16,189); }
div.DivClassName
{
background-color: #4410BD;
}
.BgClassName
{
background-color: #4410BD;
}
</style>
border-color css
<style>
span { border-color: #4410BD; }
span { border-color: rgb(68,16,189); }
td.TdClassName
{
border-color: #4410BD;
}
.TagClassName
{
border-color: #4410BD;
}
</style>