Shades of Purple Heart #4409BF
Tints of Purple Heart #4409BF
RGB
CMYK
RGB Variations
Color information
#4409BF (or 0x4409BF) is known color: Purple Heart. HEX triplet: 44, 09 and BF. RGB value is (68,9,191). Sum of RGB (Red+Green+Blue) = 68+9+191=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #4409BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409BF is #BBF640. Grayscale: #2E2E2E. Windows color (decimal): -12318273 or 12519748. OLE color: 12519748.
HSL color Cylindrical-coordinate representation of color #4409BF: hue angle of 259.45º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409BF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 9 | 191 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.25 |
| HSL | 259.45º | 0.91% | 0.39% | - |
| HSV(B) | 259.45º | 0.95% | 0.75% | - |
| XYZ | 11.89 | 5.19 | 49.66 | - |
| YUV | 47.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 191 | 0.64 | 0.95 | 0 | 0.25 | 259.45 | 0.91 | 0.39 |
| Hex | 44 | 9 | BF | 40 | 5F | 0 | 19 | 103 | 5B | 27 |
| Octal | 104 | 11 | 277 | 100 | 137 | 0 | 31 | 403 | 133 | 47 |
| Binary | 1000100 | 1001 | 10111111 | 1000000 | 1011111 | 0 | 11001 | 100000011 | 1011011 | 100111 |
Color Harmonies of #4409BF
Complementary color
Monochromatic Colors of #4409BF
Black with #4409BF
Text Example
Text Example
White with #4409BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409BF; }
p { color: rgb(68,9,191); }
H1.HeaderClassName
{
color: #4409BF;
}
.AnyTagClassName
{
color: #4409BF;
}
</style>
background-color css
<style>
a { background-color: #4409BF; }
a { background-color: rgb(68,9,191); }
div.DivClassName
{
background-color: #4409BF;
}
.BgClassName
{
background-color: #4409BF;
}
</style>
border-color css
<style>
span { border-color: #4409BF; }
span { border-color: rgb(68,9,191); }
td.TdClassName
{
border-color: #4409BF;
}
.TagClassName
{
border-color: #4409BF;
}
</style>