Shades of Purple Heart #440BC8
Tints of Purple Heart #440BC8
RGB
CMYK
RGB Variations
Color information
#440BC8 (or 0x440BC8) is known color: Purple Heart. HEX triplet: 44, 0B and C8. RGB value is (68,11,200). Sum of RGB (Red+Green+Blue) = 68+11+200=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #440BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BC8 is #BBF437. Grayscale: #303030. Windows color (decimal): -12317752 or 13110084. OLE color: 13110084.
HSL color Cylindrical-coordinate representation of color #440BC8: hue angle of 258.1º 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 #440BC8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 11 | 200 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.22 |
| HSL | 258.1º | 0.9% | 0.41% | - |
| HSV(B) | 258.1º | 0.95% | 0.78% | - |
| XYZ | 12.93 | 5.64 | 55.05 | - |
| YUV | 49.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 200 | 0.66 | 0.94 | 0 | 0.22 | 258.1 | 0.9 | 0.41 |
| Hex | 44 | B | C8 | 42 | 5E | 0 | 16 | 102 | 5A | 29 |
| Octal | 104 | 13 | 310 | 102 | 136 | 0 | 26 | 402 | 132 | 51 |
| Binary | 1000100 | 1011 | 11001000 | 1000010 | 1011110 | 0 | 10110 | 100000010 | 1011010 | 101001 |
Color Harmonies of #440BC8
Complementary color
Monochromatic Colors of #440BC8
Black with #440BC8
Text Example
Text Example
White with #440BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BC8; }
p { color: rgb(68,11,200); }
H1.HeaderClassName
{
color: #440BC8;
}
.AnyTagClassName
{
color: #440BC8;
}
</style>
background-color css
<style>
a { background-color: #440BC8; }
a { background-color: rgb(68,11,200); }
div.DivClassName
{
background-color: #440BC8;
}
.BgClassName
{
background-color: #440BC8;
}
</style>
border-color css
<style>
span { border-color: #440BC8; }
span { border-color: rgb(68,11,200); }
td.TdClassName
{
border-color: #440BC8;
}
.TagClassName
{
border-color: #440BC8;
}
</style>