Shades of Purple Heart #4418B3
Tints of Purple Heart #4418B3
RGB
CMYK
RGB Variations
Color information
#4418B3 (or 0x4418B3) is known color: Purple Heart. HEX triplet: 44, 18 and B3. RGB value is (68,24,179). Sum of RGB (Red+Green+Blue) = 68+24+179=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #4418B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418B3 is #BBE74C. Grayscale: #363636. Windows color (decimal): -12314445 or 11737156. OLE color: 11737156.
HSL color Cylindrical-coordinate representation of color #4418B3: hue angle of 257.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4418B3 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 24 | 179 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.30 |
| HSL | 257.03º | 0.76% | 0.4% | - |
| HSV(B) | 257.03º | 0.87% | 0.7% | - |
| XYZ | 10.85 | 5.14 | 43.07 | - |
| YUV | 54.83 | 198.08 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 179 | 0.62 | 0.87 | 0 | 0.30 | 257.03 | 0.76 | 0.4 |
| Hex | 44 | 18 | B3 | 3E | 57 | 0 | 1E | 101 | 4C | 28 |
| Octal | 104 | 30 | 263 | 76 | 127 | 0 | 36 | 401 | 114 | 50 |
| Binary | 1000100 | 11000 | 10110011 | 111110 | 1010111 | 0 | 11110 | 100000001 | 1001100 | 101000 |
Color Harmonies of #4418B3
Complementary color
Monochromatic Colors of #4418B3
Black with #4418B3
Text Example
Text Example
White with #4418B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418B3; }
p { color: rgb(68,24,179); }
H1.HeaderClassName
{
color: #4418B3;
}
.AnyTagClassName
{
color: #4418B3;
}
</style>
background-color css
<style>
a { background-color: #4418B3; }
a { background-color: rgb(68,24,179); }
div.DivClassName
{
background-color: #4418B3;
}
.BgClassName
{
background-color: #4418B3;
}
</style>
border-color css
<style>
span { border-color: #4418B3; }
span { border-color: rgb(68,24,179); }
td.TdClassName
{
border-color: #4418B3;
}
.TagClassName
{
border-color: #4418B3;
}
</style>