Shades of Purple Heart #440FC4
Tints of Purple Heart #440FC4
RGB
CMYK
RGB Variations
Color information
#440FC4 (or 0x440FC4) is known color: Purple Heart. HEX triplet: 44, 0F and C4. RGB value is (68,15,196). Sum of RGB (Red+Green+Blue) = 68+15+196=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 196 (76.95% from 255 or 70.25% from 279); Max value from RGB is 196 - color contains mainly: blue. Hex color #440FC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FC4 is #BBF03B. Grayscale: #323232. Windows color (decimal): -12316732 or 12848964. OLE color: 12848964.
HSL color Cylindrical-coordinate representation of color #440FC4: hue angle of 257.57º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440FC4 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 15 | 196 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.23 |
| HSL | 257.57º | 0.86% | 0.41% | - |
| HSV(B) | 257.57º | 0.92% | 0.77% | - |
| XYZ | 12.52 | 5.56 | 52.64 | - |
| YUV | 51.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 196 | 0.65 | 0.92 | 0 | 0.23 | 257.57 | 0.86 | 0.41 |
| Hex | 44 | F | C4 | 41 | 5C | 0 | 17 | 102 | 56 | 29 |
| Octal | 104 | 17 | 304 | 101 | 134 | 0 | 27 | 402 | 126 | 51 |
| Binary | 1000100 | 1111 | 11000100 | 1000001 | 1011100 | 0 | 10111 | 100000010 | 1010110 | 101001 |
Color Harmonies of #440FC4
Complementary color
Monochromatic Colors of #440FC4
Black with #440FC4
Text Example
Text Example
White with #440FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FC4; }
p { color: rgb(68,15,196); }
H1.HeaderClassName
{
color: #440FC4;
}
.AnyTagClassName
{
color: #440FC4;
}
</style>
background-color css
<style>
a { background-color: #440FC4; }
a { background-color: rgb(68,15,196); }
div.DivClassName
{
background-color: #440FC4;
}
.BgClassName
{
background-color: #440FC4;
}
</style>
border-color css
<style>
span { border-color: #440FC4; }
span { border-color: rgb(68,15,196); }
td.TdClassName
{
border-color: #440FC4;
}
.TagClassName
{
border-color: #440FC4;
}
</style>