Shades of Purple Heart #440ABC
Tints of Purple Heart #440ABC
RGB
CMYK
RGB Variations
Color information
#440ABC (or 0x440ABC) is known color: Purple Heart. HEX triplet: 44, 0A and BC. RGB value is (68,10,188). Sum of RGB (Red+Green+Blue) = 68+10+188=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #440ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ABC is #BBF543. Grayscale: #2E2E2E. Windows color (decimal): -12318020 or 12323396. OLE color: 12323396.
HSL color Cylindrical-coordinate representation of color #440ABC: hue angle of 259.55º degrees, saturation: 0.9, 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 #440ABC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 10 | 188 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.26 |
| HSL | 259.55º | 0.9% | 0.39% | - |
| HSV(B) | 259.55º | 0.95% | 0.74% | - |
| XYZ | 11.57 | 5.08 | 47.95 | - |
| YUV | 47.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 188 | 0.64 | 0.95 | 0 | 0.26 | 259.55 | 0.9 | 0.39 |
| Hex | 44 | A | BC | 40 | 5F | 0 | 1A | 104 | 5A | 27 |
| Octal | 104 | 12 | 274 | 100 | 137 | 0 | 32 | 404 | 132 | 47 |
| Binary | 1000100 | 1010 | 10111100 | 1000000 | 1011111 | 0 | 11010 | 100000100 | 1011010 | 100111 |
Color Harmonies of #440ABC
Complementary color
Monochromatic Colors of #440ABC
Black with #440ABC
Text Example
Text Example
White with #440ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ABC; }
p { color: rgb(68,10,188); }
H1.HeaderClassName
{
color: #440ABC;
}
.AnyTagClassName
{
color: #440ABC;
}
</style>
background-color css
<style>
a { background-color: #440ABC; }
a { background-color: rgb(68,10,188); }
div.DivClassName
{
background-color: #440ABC;
}
.BgClassName
{
background-color: #440ABC;
}
</style>
border-color css
<style>
span { border-color: #440ABC; }
span { border-color: rgb(68,10,188); }
td.TdClassName
{
border-color: #440ABC;
}
.TagClassName
{
border-color: #440ABC;
}
</style>