Shades of Purple Heart #4417BE
Tints of Purple Heart #4417BE
RGB
CMYK
RGB Variations
Color information
#4417BE (or 0x4417BE) is known color: Purple Heart. HEX triplet: 44, 17 and BE. RGB value is (68,23,190). Sum of RGB (Red+Green+Blue) = 68+23+190=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #4417BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4417BE is #BBE841. Grayscale: #363636. Windows color (decimal): -12314690 or 12457796. OLE color: 12457796.
HSL color Cylindrical-coordinate representation of color #4417BE: hue angle of 256.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4417BE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 23 | 190 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.25 |
| HSL | 256.17º | 0.78% | 0.42% | - |
| HSV(B) | 256.17º | 0.88% | 0.75% | - |
| XYZ | 11.98 | 5.56 | 49.16 | - |
| YUV | 55.49 | 203.91 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 190 | 0.64 | 0.88 | 0 | 0.25 | 256.17 | 0.78 | 0.42 |
| Hex | 44 | 17 | BE | 40 | 58 | 0 | 19 | 100 | 4E | 2A |
| Octal | 104 | 27 | 276 | 100 | 130 | 0 | 31 | 400 | 116 | 52 |
| Binary | 1000100 | 10111 | 10111110 | 1000000 | 1011000 | 0 | 11001 | 100000000 | 1001110 | 101010 |
Color Harmonies of #4417BE
Complementary color
Monochromatic Colors of #4417BE
Black with #4417BE
Text Example
Text Example
White with #4417BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417BE; }
p { color: rgb(68,23,190); }
H1.HeaderClassName
{
color: #4417BE;
}
.AnyTagClassName
{
color: #4417BE;
}
</style>
background-color css
<style>
a { background-color: #4417BE; }
a { background-color: rgb(68,23,190); }
div.DivClassName
{
background-color: #4417BE;
}
.BgClassName
{
background-color: #4417BE;
}
</style>
border-color css
<style>
span { border-color: #4417BE; }
span { border-color: rgb(68,23,190); }
td.TdClassName
{
border-color: #4417BE;
}
.TagClassName
{
border-color: #4417BE;
}
</style>