Shades of Purple Heart #4418BF
Tints of Purple Heart #4418BF
RGB
CMYK
RGB Variations
Color information
#4418BF (or 0x4418BF) is known color: Purple Heart. HEX triplet: 44, 18 and BF. RGB value is (68,24,191). Sum of RGB (Red+Green+Blue) = 68+24+191=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #4418BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418BF is #BBE740. Grayscale: #373737. Windows color (decimal): -12314433 or 12523588. OLE color: 12523588.
HSL color Cylindrical-coordinate representation of color #4418BF: hue angle of 255.81º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4418BF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 24 | 191 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.25 |
| HSL | 255.81º | 0.78% | 0.42% | - |
| HSV(B) | 255.81º | 0.87% | 0.75% | - |
| XYZ | 12.11 | 5.64 | 49.74 | - |
| YUV | 56.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 191 | 0.64 | 0.87 | 0 | 0.25 | 255.81 | 0.78 | 0.42 |
| Hex | 44 | 18 | BF | 40 | 57 | 0 | 19 | 100 | 4E | 2A |
| Octal | 104 | 30 | 277 | 100 | 127 | 0 | 31 | 400 | 116 | 52 |
| Binary | 1000100 | 11000 | 10111111 | 1000000 | 1010111 | 0 | 11001 | 100000000 | 1001110 | 101010 |
Color Harmonies of #4418BF
Complementary color
Monochromatic Colors of #4418BF
Black with #4418BF
Text Example
Text Example
White with #4418BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418BF; }
p { color: rgb(68,24,191); }
H1.HeaderClassName
{
color: #4418BF;
}
.AnyTagClassName
{
color: #4418BF;
}
</style>
background-color css
<style>
a { background-color: #4418BF; }
a { background-color: rgb(68,24,191); }
div.DivClassName
{
background-color: #4418BF;
}
.BgClassName
{
background-color: #4418BF;
}
</style>
border-color css
<style>
span { border-color: #4418BF; }
span { border-color: rgb(68,24,191); }
td.TdClassName
{
border-color: #4418BF;
}
.TagClassName
{
border-color: #4418BF;
}
</style>