Shades of Purple Heart #440ACC
Tints of Purple Heart #440ACC
RGB
CMYK
RGB Variations
Color information
#440ACC (or 0x440ACC) is known color: Purple Heart. HEX triplet: 44, 0A and CC. RGB value is (68,10,204). Sum of RGB (Red+Green+Blue) = 68+10+204=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #440ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ACC is #BBF533. Grayscale: #303030. Windows color (decimal): -12318004 or 13371972. OLE color: 13371972.
HSL color Cylindrical-coordinate representation of color #440ACC: hue angle of 257.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ACC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 10 | 204 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.2 |
| HSL | 257.94º | 0.91% | 0.42% | - |
| HSV(B) | 257.94º | 0.95% | 0.8% | - |
| XYZ | 13.39 | 5.81 | 57.54 | - |
| YUV | 49.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 204 | 0.67 | 0.95 | 0 | 0.2 | 257.94 | 0.91 | 0.42 |
| Hex | 44 | A | CC | 43 | 5F | 0 | 14 | 102 | 5B | 2A |
| Octal | 104 | 12 | 314 | 103 | 137 | 0 | 24 | 402 | 133 | 52 |
| Binary | 1000100 | 1010 | 11001100 | 1000011 | 1011111 | 0 | 10100 | 100000010 | 1011011 | 101010 |
Color Harmonies of #440ACC
Complementary color
Monochromatic Colors of #440ACC
Black with #440ACC
Text Example
Text Example
White with #440ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ACC; }
p { color: rgb(68,10,204); }
H1.HeaderClassName
{
color: #440ACC;
}
.AnyTagClassName
{
color: #440ACC;
}
</style>
background-color css
<style>
a { background-color: #440ACC; }
a { background-color: rgb(68,10,204); }
div.DivClassName
{
background-color: #440ACC;
}
.BgClassName
{
background-color: #440ACC;
}
</style>
border-color css
<style>
span { border-color: #440ACC; }
span { border-color: rgb(68,10,204); }
td.TdClassName
{
border-color: #440ACC;
}
.TagClassName
{
border-color: #440ACC;
}
</style>