Shades of Purple Heart #4409BC
Tints of Purple Heart #4409BC
RGB
CMYK
RGB Variations
Color information
#4409BC (or 0x4409BC) is known color: Purple Heart. HEX triplet: 44, 09 and BC. RGB value is (68,9,188). Sum of RGB (Red+Green+Blue) = 68+9+188=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #4409BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409BC is #BBF643. Grayscale: #2E2E2E. Windows color (decimal): -12318276 or 12323140. OLE color: 12323140.
HSL color Cylindrical-coordinate representation of color #4409BC: hue angle of 259.78º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409BC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 9 | 188 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.26 |
| HSL | 259.78º | 0.91% | 0.39% | - |
| HSV(B) | 259.78º | 0.95% | 0.74% | - |
| XYZ | 11.56 | 5.06 | 47.94 | - |
| YUV | 47.05 | 207.55 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 188 | 0.64 | 0.95 | 0 | 0.26 | 259.78 | 0.91 | 0.39 |
| Hex | 44 | 9 | BC | 40 | 5F | 0 | 1A | 104 | 5B | 27 |
| Octal | 104 | 11 | 274 | 100 | 137 | 0 | 32 | 404 | 133 | 47 |
| Binary | 1000100 | 1001 | 10111100 | 1000000 | 1011111 | 0 | 11010 | 100000100 | 1011011 | 100111 |
Color Harmonies of #4409BC
Complementary color
Monochromatic Colors of #4409BC
Black with #4409BC
Text Example
Text Example
White with #4409BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409BC; }
p { color: rgb(68,9,188); }
H1.HeaderClassName
{
color: #4409BC;
}
.AnyTagClassName
{
color: #4409BC;
}
</style>
background-color css
<style>
a { background-color: #4409BC; }
a { background-color: rgb(68,9,188); }
div.DivClassName
{
background-color: #4409BC;
}
.BgClassName
{
background-color: #4409BC;
}
</style>
border-color css
<style>
span { border-color: #4409BC; }
span { border-color: rgb(68,9,188); }
td.TdClassName
{
border-color: #4409BC;
}
.TagClassName
{
border-color: #4409BC;
}
</style>