Shades of Purple Heart #4413B1
Tints of Purple Heart #4413B1
RGB
CMYK
RGB Variations
Color information
#4413B1 (or 0x4413B1) is known color: Purple Heart. HEX triplet: 44, 13 and B1. RGB value is (68,19,177). Sum of RGB (Red+Green+Blue) = 68+19+177=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #4413B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413B1 is #BBEC4E. Grayscale: #333333. Windows color (decimal): -12315727 or 11604804. OLE color: 11604804.
HSL color Cylindrical-coordinate representation of color #4413B1: hue angle of 258.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4413B1 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 19 | 177 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.31 |
| HSL | 258.61º | 0.81% | 0.38% | - |
| HSV(B) | 258.61º | 0.89% | 0.69% | - |
| XYZ | 10.55 | 4.87 | 41.98 | - |
| YUV | 51.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 177 | 0.62 | 0.89 | 0 | 0.31 | 258.61 | 0.81 | 0.38 |
| Hex | 44 | 13 | B1 | 3E | 59 | 0 | 1F | 103 | 51 | 26 |
| Octal | 104 | 23 | 261 | 76 | 131 | 0 | 37 | 403 | 121 | 46 |
| Binary | 1000100 | 10011 | 10110001 | 111110 | 1011001 | 0 | 11111 | 100000011 | 1010001 | 100110 |
Color Harmonies of #4413B1
Complementary color
Monochromatic Colors of #4413B1
Black with #4413B1
Text Example
Text Example
White with #4413B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413B1; }
p { color: rgb(68,19,177); }
H1.HeaderClassName
{
color: #4413B1;
}
.AnyTagClassName
{
color: #4413B1;
}
</style>
background-color css
<style>
a { background-color: #4413B1; }
a { background-color: rgb(68,19,177); }
div.DivClassName
{
background-color: #4413B1;
}
.BgClassName
{
background-color: #4413B1;
}
</style>
border-color css
<style>
span { border-color: #4413B1; }
span { border-color: rgb(68,19,177); }
td.TdClassName
{
border-color: #4413B1;
}
.TagClassName
{
border-color: #4413B1;
}
</style>