Shades of Purple Heart #4408BF
Tints of Purple Heart #4408BF
RGB
CMYK
RGB Variations
Color information
#4408BF (or 0x4408BF) is known color: Purple Heart. HEX triplet: 44, 08 and BF. RGB value is (68,8,191). Sum of RGB (Red+Green+Blue) = 68+8+191=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #4408BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408BF is #BBF740. Grayscale: #2E2E2E. Windows color (decimal): -12318529 or 12519492. OLE color: 12519492.
HSL color Cylindrical-coordinate representation of color #4408BF: hue angle of 259.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4408BF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 8 | 191 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.25 |
| HSL | 259.67º | 0.92% | 0.39% | - |
| HSV(B) | 259.67º | 0.96% | 0.75% | - |
| XYZ | 11.87 | 5.16 | 49.66 | - |
| YUV | 46.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 191 | 0.64 | 0.96 | 0 | 0.25 | 259.67 | 0.92 | 0.39 |
| Hex | 44 | 8 | BF | 40 | 60 | 0 | 19 | 104 | 5C | 27 |
| Octal | 104 | 10 | 277 | 100 | 140 | 0 | 31 | 404 | 134 | 47 |
| Binary | 1000100 | 1000 | 10111111 | 1000000 | 1100000 | 0 | 11001 | 100000100 | 1011100 | 100111 |
Color Harmonies of #4408BF
Complementary color
Monochromatic Colors of #4408BF
Black with #4408BF
Text Example
Text Example
White with #4408BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4408BF; }
p { color: rgb(68,8,191); }
H1.HeaderClassName
{
color: #4408BF;
}
.AnyTagClassName
{
color: #4408BF;
}
</style>
background-color css
<style>
a { background-color: #4408BF; }
a { background-color: rgb(68,8,191); }
div.DivClassName
{
background-color: #4408BF;
}
.BgClassName
{
background-color: #4408BF;
}
</style>
border-color css
<style>
span { border-color: #4408BF; }
span { border-color: rgb(68,8,191); }
td.TdClassName
{
border-color: #4408BF;
}
.TagClassName
{
border-color: #4408BF;
}
</style>