Shades of Purple Heart #441FB2
Tints of Purple Heart #441FB2
RGB
CMYK
RGB Variations
Color information
#441FB2 (or 0x441FB2) is known color: Purple Heart. HEX triplet: 44, 1F and B2. RGB value is (68,31,178). Sum of RGB (Red+Green+Blue) = 68+31+178=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #441FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FB2 is #BBE04D. Grayscale: #3A3A3A. Windows color (decimal): -12312654 or 11673412. OLE color: 11673412.
HSL color Cylindrical-coordinate representation of color #441FB2: hue angle of 255.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441FB2 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 31 | 178 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.30 |
| HSL | 255.1º | 0.7% | 0.41% | - |
| HSV(B) | 255.1º | 0.83% | 0.7% | - |
| XYZ | 10.91 | 5.42 | 42.59 | - |
| YUV | 58.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 178 | 0.62 | 0.83 | 0 | 0.30 | 255.1 | 0.7 | 0.41 |
| Hex | 44 | 1F | B2 | 3E | 53 | 0 | 1E | FF | 46 | 29 |
| Octal | 104 | 37 | 262 | 76 | 123 | 0 | 36 | 377 | 106 | 51 |
| Binary | 1000100 | 11111 | 10110010 | 111110 | 1010011 | 0 | 11110 | 11111111 | 1000110 | 101001 |
Color Harmonies of #441FB2
Complementary color
Monochromatic Colors of #441FB2
Black with #441FB2
Text Example
Text Example
White with #441FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FB2; }
p { color: rgb(68,31,178); }
H1.HeaderClassName
{
color: #441FB2;
}
.AnyTagClassName
{
color: #441FB2;
}
</style>
background-color css
<style>
a { background-color: #441FB2; }
a { background-color: rgb(68,31,178); }
div.DivClassName
{
background-color: #441FB2;
}
.BgClassName
{
background-color: #441FB2;
}
</style>
border-color css
<style>
span { border-color: #441FB2; }
span { border-color: rgb(68,31,178); }
td.TdClassName
{
border-color: #441FB2;
}
.TagClassName
{
border-color: #441FB2;
}
</style>