Shades of Purple Heart #441EB0
Tints of Purple Heart #441EB0
RGB
CMYK
RGB Variations
Color information
#441EB0 (or 0x441EB0) is known color: Purple Heart. HEX triplet: 44, 1E and B0. RGB value is (68,30,176). Sum of RGB (Red+Green+Blue) = 68+30+176=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #441EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EB0 is #BBE14F. Grayscale: #393939. Windows color (decimal): -12312912 or 11542084. OLE color: 11542084.
HSL color Cylindrical-coordinate representation of color #441EB0: hue angle of 255.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441EB0 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 30 | 176 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.31 |
| HSL | 255.62º | 0.71% | 0.4% | - |
| HSV(B) | 255.62º | 0.83% | 0.69% | - |
| XYZ | 10.68 | 5.29 | 41.53 | - |
| YUV | 58.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 176 | 0.61 | 0.83 | 0 | 0.31 | 255.62 | 0.71 | 0.4 |
| Hex | 44 | 1E | B0 | 3D | 53 | 0 | 1F | 100 | 47 | 28 |
| Octal | 104 | 36 | 260 | 75 | 123 | 0 | 37 | 400 | 107 | 50 |
| Binary | 1000100 | 11110 | 10110000 | 111101 | 1010011 | 0 | 11111 | 100000000 | 1000111 | 101000 |
Color Harmonies of #441EB0
Complementary color
Monochromatic Colors of #441EB0
Black with #441EB0
Text Example
Text Example
White with #441EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EB0; }
p { color: rgb(68,30,176); }
H1.HeaderClassName
{
color: #441EB0;
}
.AnyTagClassName
{
color: #441EB0;
}
</style>
background-color css
<style>
a { background-color: #441EB0; }
a { background-color: rgb(68,30,176); }
div.DivClassName
{
background-color: #441EB0;
}
.BgClassName
{
background-color: #441EB0;
}
</style>
border-color css
<style>
span { border-color: #441EB0; }
span { border-color: rgb(68,30,176); }
td.TdClassName
{
border-color: #441EB0;
}
.TagClassName
{
border-color: #441EB0;
}
</style>