Shades of Purple Heart #4418AB
Tints of Purple Heart #4418AB
RGB
CMYK
RGB Variations
Color information
#4418AB (or 0x4418AB) is known color: Purple Heart. HEX triplet: 44, 18 and AB. RGB value is (68,24,171). Sum of RGB (Red+Green+Blue) = 68+24+171=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4418AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4418AB is #BBE754. Grayscale: #353535. Windows color (decimal): -12314453 or 11212868. OLE color: 11212868.
HSL color Cylindrical-coordinate representation of color #4418AB: hue angle of 257.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4418AB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 24 | 171 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.33 |
| HSL | 257.96º | 0.75% | 0.38% | - |
| HSV(B) | 257.96º | 0.86% | 0.67% | - |
| XYZ | 10.06 | 4.82 | 38.93 | - |
| YUV | 53.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 171 | 0.60 | 0.86 | 0 | 0.33 | 257.96 | 0.75 | 0.38 |
| Hex | 44 | 18 | AB | 3C | 56 | 0 | 21 | 102 | 4B | 26 |
| Octal | 104 | 30 | 253 | 74 | 126 | 0 | 41 | 402 | 113 | 46 |
| Binary | 1000100 | 11000 | 10101011 | 111100 | 1010110 | 0 | 100001 | 100000010 | 1001011 | 100110 |
Color Harmonies of #4418AB
Complementary color
Monochromatic Colors of #4418AB
Black with #4418AB
Text Example
Text Example
White with #4418AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418AB; }
p { color: rgb(68,24,171); }
H1.HeaderClassName
{
color: #4418AB;
}
.AnyTagClassName
{
color: #4418AB;
}
</style>
background-color css
<style>
a { background-color: #4418AB; }
a { background-color: rgb(68,24,171); }
div.DivClassName
{
background-color: #4418AB;
}
.BgClassName
{
background-color: #4418AB;
}
</style>
border-color css
<style>
span { border-color: #4418AB; }
span { border-color: rgb(68,24,171); }
td.TdClassName
{
border-color: #4418AB;
}
.TagClassName
{
border-color: #4418AB;
}
</style>