Shades of Purple Heart #4417BC
Tints of Purple Heart #4417BC
RGB
CMYK
RGB Variations
Color information
#4417BC (or 0x4417BC) is known color: Purple Heart. HEX triplet: 44, 17 and BC. RGB value is (68,23,188). Sum of RGB (Red+Green+Blue) = 68+23+188=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4417BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4417BC is #BBE843. Grayscale: #363636. Windows color (decimal): -12314692 or 12326724. OLE color: 12326724.
HSL color Cylindrical-coordinate representation of color #4417BC: hue angle of 256.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4417BC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 23 | 188 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.26 |
| HSL | 256.36º | 0.78% | 0.41% | - |
| HSV(B) | 256.36º | 0.88% | 0.74% | - |
| XYZ | 11.77 | 5.47 | 48.01 | - |
| YUV | 55.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 188 | 0.64 | 0.88 | 0 | 0.26 | 256.36 | 0.78 | 0.41 |
| Hex | 44 | 17 | BC | 40 | 58 | 0 | 1A | 100 | 4E | 29 |
| Octal | 104 | 27 | 274 | 100 | 130 | 0 | 32 | 400 | 116 | 51 |
| Binary | 1000100 | 10111 | 10111100 | 1000000 | 1011000 | 0 | 11010 | 100000000 | 1001110 | 101001 |
Color Harmonies of #4417BC
Complementary color
Monochromatic Colors of #4417BC
Black with #4417BC
Text Example
Text Example
White with #4417BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417BC; }
p { color: rgb(68,23,188); }
H1.HeaderClassName
{
color: #4417BC;
}
.AnyTagClassName
{
color: #4417BC;
}
</style>
background-color css
<style>
a { background-color: #4417BC; }
a { background-color: rgb(68,23,188); }
div.DivClassName
{
background-color: #4417BC;
}
.BgClassName
{
background-color: #4417BC;
}
</style>
border-color css
<style>
span { border-color: #4417BC; }
span { border-color: rgb(68,23,188); }
td.TdClassName
{
border-color: #4417BC;
}
.TagClassName
{
border-color: #4417BC;
}
</style>