Shades of Purple Heart #4411B3
Tints of Purple Heart #4411B3
RGB
CMYK
RGB Variations
Color information
#4411B3 (or 0x4411B3) is known color: Purple Heart. HEX triplet: 44, 11 and B3. RGB value is (68,17,179). Sum of RGB (Red+Green+Blue) = 68+17+179=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #4411B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4411B3 is #BBEE4C. Grayscale: #323232. Windows color (decimal): -12316237 or 11735364. OLE color: 11735364.
HSL color Cylindrical-coordinate representation of color #4411B3: hue angle of 258.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4411B3 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 17 | 179 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.30 |
| HSL | 258.89º | 0.83% | 0.38% | - |
| HSV(B) | 258.89º | 0.91% | 0.7% | - |
| XYZ | 10.72 | 4.88 | 43.03 | - |
| YUV | 50.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 179 | 0.62 | 0.91 | 0 | 0.30 | 258.89 | 0.83 | 0.38 |
| Hex | 44 | 11 | B3 | 3E | 5B | 0 | 1E | 103 | 53 | 26 |
| Octal | 104 | 21 | 263 | 76 | 133 | 0 | 36 | 403 | 123 | 46 |
| Binary | 1000100 | 10001 | 10110011 | 111110 | 1011011 | 0 | 11110 | 100000011 | 1010011 | 100110 |
Color Harmonies of #4411B3
Complementary color
Monochromatic Colors of #4411B3
Black with #4411B3
Text Example
Text Example
White with #4411B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411B3; }
p { color: rgb(68,17,179); }
H1.HeaderClassName
{
color: #4411B3;
}
.AnyTagClassName
{
color: #4411B3;
}
</style>
background-color css
<style>
a { background-color: #4411B3; }
a { background-color: rgb(68,17,179); }
div.DivClassName
{
background-color: #4411B3;
}
.BgClassName
{
background-color: #4411B3;
}
</style>
border-color css
<style>
span { border-color: #4411B3; }
span { border-color: rgb(68,17,179); }
td.TdClassName
{
border-color: #4411B3;
}
.TagClassName
{
border-color: #4411B3;
}
</style>