Shades of Purple Heart #440CB3
Tints of Purple Heart #440CB3
RGB
CMYK
RGB Variations
Color information
#440CB3 (or 0x440CB3) is known color: Purple Heart. HEX triplet: 44, 0C and B3. RGB value is (68,12,179). Sum of RGB (Red+Green+Blue) = 68+12+179=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #440CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CB3 is #BBF34C. Grayscale: #2F2F2F. Windows color (decimal): -12317517 or 11734084. OLE color: 11734084.
HSL color Cylindrical-coordinate representation of color #440CB3: hue angle of 260.12º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CB3 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 12 | 179 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.30 |
| HSL | 260.12º | 0.87% | 0.37% | - |
| HSV(B) | 260.12º | 0.93% | 0.7% | - |
| XYZ | 10.65 | 4.75 | 43 | - |
| YUV | 47.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 179 | 0.62 | 0.93 | 0 | 0.30 | 260.12 | 0.87 | 0.37 |
| Hex | 44 | C | B3 | 3E | 5D | 0 | 1E | 104 | 57 | 25 |
| Octal | 104 | 14 | 263 | 76 | 135 | 0 | 36 | 404 | 127 | 45 |
| Binary | 1000100 | 1100 | 10110011 | 111110 | 1011101 | 0 | 11110 | 100000100 | 1010111 | 100101 |
Color Harmonies of #440CB3
Complementary color
Monochromatic Colors of #440CB3
Black with #440CB3
Text Example
Text Example
White with #440CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CB3; }
p { color: rgb(68,12,179); }
H1.HeaderClassName
{
color: #440CB3;
}
.AnyTagClassName
{
color: #440CB3;
}
</style>
background-color css
<style>
a { background-color: #440CB3; }
a { background-color: rgb(68,12,179); }
div.DivClassName
{
background-color: #440CB3;
}
.BgClassName
{
background-color: #440CB3;
}
</style>
border-color css
<style>
span { border-color: #440CB3; }
span { border-color: rgb(68,12,179); }
td.TdClassName
{
border-color: #440CB3;
}
.TagClassName
{
border-color: #440CB3;
}
</style>