Shades of Purple Heart #440CBA
Tints of Purple Heart #440CBA
RGB
CMYK
RGB Variations
Color information
#440CBA (or 0x440CBA) is known color: Purple Heart. HEX triplet: 44, 0C and BA. RGB value is (68,12,186). Sum of RGB (Red+Green+Blue) = 68+12+186=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #440CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CBA is #BBF345. Grayscale: #2F2F2F. Windows color (decimal): -12317510 or 12192836. OLE color: 12192836.
HSL color Cylindrical-coordinate representation of color #440CBA: hue angle of 259.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CBA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 12 | 186 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.27 |
| HSL | 259.31º | 0.88% | 0.39% | - |
| HSV(B) | 259.31º | 0.94% | 0.73% | - |
| XYZ | 11.38 | 5.04 | 46.83 | - |
| YUV | 48.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 186 | 0.63 | 0.94 | 0 | 0.27 | 259.31 | 0.88 | 0.39 |
| Hex | 44 | C | BA | 3F | 5E | 0 | 1B | 103 | 58 | 27 |
| Octal | 104 | 14 | 272 | 77 | 136 | 0 | 33 | 403 | 130 | 47 |
| Binary | 1000100 | 1100 | 10111010 | 111111 | 1011110 | 0 | 11011 | 100000011 | 1011000 | 100111 |
Color Harmonies of #440CBA
Complementary color
Monochromatic Colors of #440CBA
Black with #440CBA
Text Example
Text Example
White with #440CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CBA; }
p { color: rgb(68,12,186); }
H1.HeaderClassName
{
color: #440CBA;
}
.AnyTagClassName
{
color: #440CBA;
}
</style>
background-color css
<style>
a { background-color: #440CBA; }
a { background-color: rgb(68,12,186); }
div.DivClassName
{
background-color: #440CBA;
}
.BgClassName
{
background-color: #440CBA;
}
</style>
border-color css
<style>
span { border-color: #440CBA; }
span { border-color: rgb(68,12,186); }
td.TdClassName
{
border-color: #440CBA;
}
.TagClassName
{
border-color: #440CBA;
}
</style>