Shades of Purple Heart #440CAF
Tints of Purple Heart #440CAF
RGB
CMYK
RGB Variations
Color information
#440CAF (or 0x440CAF) is known color: Purple Heart. HEX triplet: 44, 0C and AF. RGB value is (68,12,175). Sum of RGB (Red+Green+Blue) = 68+12+175=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #440CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CAF is #BBF350. Grayscale: #2E2E2E. Windows color (decimal): -12317521 or 11471940. OLE color: 11471940.
HSL color Cylindrical-coordinate representation of color #440CAF: hue angle of 260.61º 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 #440CAF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 12 | 175 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.31 |
| HSL | 260.61º | 0.87% | 0.37% | - |
| HSV(B) | 260.61º | 0.93% | 0.69% | - |
| XYZ | 10.25 | 4.59 | 40.9 | - |
| YUV | 47.33 | 200.05 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 175 | 0.61 | 0.93 | 0 | 0.31 | 260.61 | 0.87 | 0.37 |
| Hex | 44 | C | AF | 3D | 5D | 0 | 1F | 105 | 57 | 25 |
| Octal | 104 | 14 | 257 | 75 | 135 | 0 | 37 | 405 | 127 | 45 |
| Binary | 1000100 | 1100 | 10101111 | 111101 | 1011101 | 0 | 11111 | 100000101 | 1010111 | 100101 |
Color Harmonies of #440CAF
Complementary color
Monochromatic Colors of #440CAF
Black with #440CAF
Text Example
Text Example
White with #440CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CAF; }
p { color: rgb(68,12,175); }
H1.HeaderClassName
{
color: #440CAF;
}
.AnyTagClassName
{
color: #440CAF;
}
</style>
background-color css
<style>
a { background-color: #440CAF; }
a { background-color: rgb(68,12,175); }
div.DivClassName
{
background-color: #440CAF;
}
.BgClassName
{
background-color: #440CAF;
}
</style>
border-color css
<style>
span { border-color: #440CAF; }
span { border-color: rgb(68,12,175); }
td.TdClassName
{
border-color: #440CAF;
}
.TagClassName
{
border-color: #440CAF;
}
</style>