Shades of Purple Heart #4409BB
Tints of Purple Heart #4409BB
RGB
CMYK
RGB Variations
Color information
#4409BB (or 0x4409BB) is known color: Purple Heart. HEX triplet: 44, 09 and BB. RGB value is (68,9,187). Sum of RGB (Red+Green+Blue) = 68+9+187=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #4409BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409BB is #BBF644. Grayscale: #2E2E2E. Windows color (decimal): -12318277 or 12257604. OLE color: 12257604.
HSL color Cylindrical-coordinate representation of color #4409BB: hue angle of 259.89º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409BB is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 9 | 187 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.27 |
| HSL | 259.89º | 0.91% | 0.38% | - |
| HSV(B) | 259.89º | 0.95% | 0.73% | - |
| XYZ | 11.45 | 5.01 | 47.38 | - |
| YUV | 46.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 187 | 0.64 | 0.95 | 0 | 0.27 | 259.89 | 0.91 | 0.38 |
| Hex | 44 | 9 | BB | 40 | 5F | 0 | 1B | 104 | 5B | 26 |
| Octal | 104 | 11 | 273 | 100 | 137 | 0 | 33 | 404 | 133 | 46 |
| Binary | 1000100 | 1001 | 10111011 | 1000000 | 1011111 | 0 | 11011 | 100000100 | 1011011 | 100110 |
Color Harmonies of #4409BB
Complementary color
Monochromatic Colors of #4409BB
Black with #4409BB
Text Example
Text Example
White with #4409BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409BB; }
p { color: rgb(68,9,187); }
H1.HeaderClassName
{
color: #4409BB;
}
.AnyTagClassName
{
color: #4409BB;
}
</style>
background-color css
<style>
a { background-color: #4409BB; }
a { background-color: rgb(68,9,187); }
div.DivClassName
{
background-color: #4409BB;
}
.BgClassName
{
background-color: #4409BB;
}
</style>
border-color css
<style>
span { border-color: #4409BB; }
span { border-color: rgb(68,9,187); }
td.TdClassName
{
border-color: #4409BB;
}
.TagClassName
{
border-color: #4409BB;
}
</style>