Shades of Purple Heart #440BC1
Tints of Purple Heart #440BC1
RGB
CMYK
RGB Variations
Color information
#440BC1 (or 0x440BC1) is known color: Purple Heart. HEX triplet: 44, 0B and C1. RGB value is (68,11,193). Sum of RGB (Red+Green+Blue) = 68+11+193=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #440BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BC1 is #BBF43E. Grayscale: #303030. Windows color (decimal): -12317759 or 12651332. OLE color: 12651332.
HSL color Cylindrical-coordinate representation of color #440BC1: hue angle of 258.79º degrees, saturation: 0.89, 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 #440BC1 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 11 | 193 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.24 |
| HSL | 258.79º | 0.89% | 0.4% | - |
| HSV(B) | 258.79º | 0.94% | 0.76% | - |
| XYZ | 12.13 | 5.32 | 50.84 | - |
| YUV | 48.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 193 | 0.65 | 0.94 | 0 | 0.24 | 258.79 | 0.89 | 0.4 |
| Hex | 44 | B | C1 | 41 | 5E | 0 | 18 | 103 | 59 | 28 |
| Octal | 104 | 13 | 301 | 101 | 136 | 0 | 30 | 403 | 131 | 50 |
| Binary | 1000100 | 1011 | 11000001 | 1000001 | 1011110 | 0 | 11000 | 100000011 | 1011001 | 101000 |
Color Harmonies of #440BC1
Complementary color
Monochromatic Colors of #440BC1
Black with #440BC1
Text Example
Text Example
White with #440BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BC1; }
p { color: rgb(68,11,193); }
H1.HeaderClassName
{
color: #440BC1;
}
.AnyTagClassName
{
color: #440BC1;
}
</style>
background-color css
<style>
a { background-color: #440BC1; }
a { background-color: rgb(68,11,193); }
div.DivClassName
{
background-color: #440BC1;
}
.BgClassName
{
background-color: #440BC1;
}
</style>
border-color css
<style>
span { border-color: #440BC1; }
span { border-color: rgb(68,11,193); }
td.TdClassName
{
border-color: #440BC1;
}
.TagClassName
{
border-color: #440BC1;
}
</style>