Shades of Purple Heart #440FCC
Tints of Purple Heart #440FCC
RGB
CMYK
RGB Variations
Color information
#440FCC (or 0x440FCC) is known color: Purple Heart. HEX triplet: 44, 0F and CC. RGB value is (68,15,204). Sum of RGB (Red+Green+Blue) = 68+15+204=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #440FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FCC is #BBF033. Grayscale: #333333. Windows color (decimal): -12316724 or 13373252. OLE color: 13373252.
HSL color Cylindrical-coordinate representation of color #440FCC: hue angle of 256.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FCC is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 15 | 204 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.2 |
| HSL | 256.83º | 0.86% | 0.43% | - |
| HSV(B) | 256.83º | 0.93% | 0.8% | - |
| XYZ | 13.45 | 5.93 | 57.56 | - |
| YUV | 52.39 | 213.56 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 204 | 0.67 | 0.93 | 0 | 0.2 | 256.83 | 0.86 | 0.43 |
| Hex | 44 | F | CC | 43 | 5D | 0 | 14 | 101 | 56 | 2B |
| Octal | 104 | 17 | 314 | 103 | 135 | 0 | 24 | 401 | 126 | 53 |
| Binary | 1000100 | 1111 | 11001100 | 1000011 | 1011101 | 0 | 10100 | 100000001 | 1010110 | 101011 |
Color Harmonies of #440FCC
Complementary color
Monochromatic Colors of #440FCC
Black with #440FCC
Text Example
Text Example
White with #440FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FCC; }
p { color: rgb(68,15,204); }
H1.HeaderClassName
{
color: #440FCC;
}
.AnyTagClassName
{
color: #440FCC;
}
</style>
background-color css
<style>
a { background-color: #440FCC; }
a { background-color: rgb(68,15,204); }
div.DivClassName
{
background-color: #440FCC;
}
.BgClassName
{
background-color: #440FCC;
}
</style>
border-color css
<style>
span { border-color: #440FCC; }
span { border-color: rgb(68,15,204); }
td.TdClassName
{
border-color: #440FCC;
}
.TagClassName
{
border-color: #440FCC;
}
</style>