Shades of Purple Heart #440BC3
Tints of Purple Heart #440BC3
RGB
CMYK
RGB Variations
Color information
#440BC3 (or 0x440BC3) is known color: Purple Heart. HEX triplet: 44, 0B and C3. RGB value is (68,11,195). Sum of RGB (Red+Green+Blue) = 68+11+195=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #440BC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BC3 is #BBF43C. Grayscale: #303030. Windows color (decimal): -12317757 or 12782404. OLE color: 12782404.
HSL color Cylindrical-coordinate representation of color #440BC3: hue angle of 258.59º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BC3 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 11 | 195 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.59º | 0.89% | 0.4% | - |
| HSV(B) | 258.59º | 0.94% | 0.76% | - |
| XYZ | 12.35 | 5.41 | 52.02 | - |
| YUV | 49.02 | 210.38 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 195 | 0.65 | 0.94 | 0 | 0.24 | 258.59 | 0.89 | 0.4 |
| Hex | 44 | B | C3 | 41 | 5E | 0 | 18 | 103 | 59 | 28 |
| Octal | 104 | 13 | 303 | 101 | 136 | 0 | 30 | 403 | 131 | 50 |
| Binary | 1000100 | 1011 | 11000011 | 1000001 | 1011110 | 0 | 11000 | 100000011 | 1011001 | 101000 |
Color Harmonies of #440BC3
Complementary color
Monochromatic Colors of #440BC3
Black with #440BC3
Text Example
Text Example
White with #440BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BC3; }
p { color: rgb(68,11,195); }
H1.HeaderClassName
{
color: #440BC3;
}
.AnyTagClassName
{
color: #440BC3;
}
</style>
background-color css
<style>
a { background-color: #440BC3; }
a { background-color: rgb(68,11,195); }
div.DivClassName
{
background-color: #440BC3;
}
.BgClassName
{
background-color: #440BC3;
}
</style>
border-color css
<style>
span { border-color: #440BC3; }
span { border-color: rgb(68,11,195); }
td.TdClassName
{
border-color: #440BC3;
}
.TagClassName
{
border-color: #440BC3;
}
</style>