Shades of Purple Heart #440CCA
Tints of Purple Heart #440CCA
RGB
CMYK
RGB Variations
Color information
#440CCA (or 0x440CCA) is known color: Purple Heart. HEX triplet: 44, 0C and CA. RGB value is (68,12,202). Sum of RGB (Red+Green+Blue) = 68+12+202=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #440CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CCA is #BBF335. Grayscale: #313131. Windows color (decimal): -12317494 or 13241412. OLE color: 13241412.
HSL color Cylindrical-coordinate representation of color #440CCA: hue angle of 257.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CCA is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 12 | 202 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.21 |
| HSL | 257.68º | 0.89% | 0.42% | - |
| HSV(B) | 257.68º | 0.94% | 0.79% | - |
| XYZ | 13.18 | 5.76 | 56.29 | - |
| YUV | 50.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 202 | 0.66 | 0.94 | 0 | 0.21 | 257.68 | 0.89 | 0.42 |
| Hex | 44 | C | CA | 42 | 5E | 0 | 15 | 102 | 59 | 2A |
| Octal | 104 | 14 | 312 | 102 | 136 | 0 | 25 | 402 | 131 | 52 |
| Binary | 1000100 | 1100 | 11001010 | 1000010 | 1011110 | 0 | 10101 | 100000010 | 1011001 | 101010 |
Color Harmonies of #440CCA
Complementary color
Monochromatic Colors of #440CCA
Black with #440CCA
Text Example
Text Example
White with #440CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CCA; }
p { color: rgb(68,12,202); }
H1.HeaderClassName
{
color: #440CCA;
}
.AnyTagClassName
{
color: #440CCA;
}
</style>
background-color css
<style>
a { background-color: #440CCA; }
a { background-color: rgb(68,12,202); }
div.DivClassName
{
background-color: #440CCA;
}
.BgClassName
{
background-color: #440CCA;
}
</style>
border-color css
<style>
span { border-color: #440CCA; }
span { border-color: rgb(68,12,202); }
td.TdClassName
{
border-color: #440CCA;
}
.TagClassName
{
border-color: #440CCA;
}
</style>