Shades of Purple Heart #440CB0
Tints of Purple Heart #440CB0
RGB
CMYK
RGB Variations
Color information
#440CB0 (or 0x440CB0) is known color: Purple Heart. HEX triplet: 44, 0C and B0. RGB value is (68,12,176). Sum of RGB (Red+Green+Blue) = 68+12+176=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #440CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CB0 is #BBF34F. Grayscale: #2E2E2E. Windows color (decimal): -12317520 or 11537476. OLE color: 11537476.
HSL color Cylindrical-coordinate representation of color #440CB0: hue angle of 260.49º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CB0 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 12 | 176 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.31 |
| HSL | 260.49º | 0.87% | 0.37% | - |
| HSV(B) | 260.49º | 0.93% | 0.69% | - |
| XYZ | 10.35 | 4.63 | 41.42 | - |
| YUV | 47.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 176 | 0.61 | 0.93 | 0 | 0.31 | 260.49 | 0.87 | 0.37 |
| Hex | 44 | C | B0 | 3D | 5D | 0 | 1F | 104 | 57 | 25 |
| Octal | 104 | 14 | 260 | 75 | 135 | 0 | 37 | 404 | 127 | 45 |
| Binary | 1000100 | 1100 | 10110000 | 111101 | 1011101 | 0 | 11111 | 100000100 | 1010111 | 100101 |
Color Harmonies of #440CB0
Complementary color
Monochromatic Colors of #440CB0
Black with #440CB0
Text Example
Text Example
White with #440CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CB0; }
p { color: rgb(68,12,176); }
H1.HeaderClassName
{
color: #440CB0;
}
.AnyTagClassName
{
color: #440CB0;
}
</style>
background-color css
<style>
a { background-color: #440CB0; }
a { background-color: rgb(68,12,176); }
div.DivClassName
{
background-color: #440CB0;
}
.BgClassName
{
background-color: #440CB0;
}
</style>
border-color css
<style>
span { border-color: #440CB0; }
span { border-color: rgb(68,12,176); }
td.TdClassName
{
border-color: #440CB0;
}
.TagClassName
{
border-color: #440CB0;
}
</style>