Shades of Purple Heart #440CC1
Tints of Purple Heart #440CC1
RGB
CMYK
RGB Variations
Color information
#440CC1 (or 0x440CC1) is known color: Purple Heart. HEX triplet: 44, 0C and C1. RGB value is (68,12,193). Sum of RGB (Red+Green+Blue) = 68+12+193=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #440CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CC1 is #BBF33E. Grayscale: #303030. Windows color (decimal): -12317503 or 12651588. OLE color: 12651588.
HSL color Cylindrical-coordinate representation of color #440CC1: hue angle of 258.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CC1 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 12 | 193 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.56º | 0.88% | 0.4% | - |
| HSV(B) | 258.56º | 0.94% | 0.76% | - |
| XYZ | 12.14 | 5.34 | 50.84 | - |
| YUV | 49.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 193 | 0.65 | 0.94 | 0 | 0.24 | 258.56 | 0.88 | 0.4 |
| Hex | 44 | C | C1 | 41 | 5E | 0 | 18 | 103 | 58 | 28 |
| Octal | 104 | 14 | 301 | 101 | 136 | 0 | 30 | 403 | 130 | 50 |
| Binary | 1000100 | 1100 | 11000001 | 1000001 | 1011110 | 0 | 11000 | 100000011 | 1011000 | 101000 |
Color Harmonies of #440CC1
Complementary color
Monochromatic Colors of #440CC1
Black with #440CC1
Text Example
Text Example
White with #440CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CC1; }
p { color: rgb(68,12,193); }
H1.HeaderClassName
{
color: #440CC1;
}
.AnyTagClassName
{
color: #440CC1;
}
</style>
background-color css
<style>
a { background-color: #440CC1; }
a { background-color: rgb(68,12,193); }
div.DivClassName
{
background-color: #440CC1;
}
.BgClassName
{
background-color: #440CC1;
}
</style>
border-color css
<style>
span { border-color: #440CC1; }
span { border-color: rgb(68,12,193); }
td.TdClassName
{
border-color: #440CC1;
}
.TagClassName
{
border-color: #440CC1;
}
</style>