Shades of Purple Heart #4617BC
Tints of Purple Heart #4617BC
RGB
CMYK
RGB Variations
Color information
#4617BC (or 0x4617BC) is known color: Purple Heart. HEX triplet: 46, 17 and BC. RGB value is (70,23,188). Sum of RGB (Red+Green+Blue) = 70+23+188=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #4617BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4617BC is #B9E843. Grayscale: #373737. Windows color (decimal): -12183620 or 12326726. OLE color: 12326726.
HSL color Cylindrical-coordinate representation of color #4617BC: hue angle of 257.09º 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 #4617BC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 23 | 188 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.26 |
| HSL | 257.09º | 0.78% | 0.41% | - |
| HSV(B) | 257.09º | 0.88% | 0.74% | - |
| XYZ | 11.91 | 5.55 | 48.02 | - |
| YUV | 55.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 188 | 0.63 | 0.88 | 0 | 0.26 | 257.09 | 0.78 | 0.41 |
| Hex | 46 | 17 | BC | 3F | 58 | 0 | 1A | 101 | 4E | 29 |
| Octal | 106 | 27 | 274 | 77 | 130 | 0 | 32 | 401 | 116 | 51 |
| Binary | 1000110 | 10111 | 10111100 | 111111 | 1011000 | 0 | 11010 | 100000001 | 1001110 | 101001 |
Color Harmonies of #4617BC
Complementary color
Monochromatic Colors of #4617BC
Black with #4617BC
Text Example
Text Example
White with #4617BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4617BC; }
p { color: rgb(70,23,188); }
H1.HeaderClassName
{
color: #4617BC;
}
.AnyTagClassName
{
color: #4617BC;
}
</style>
background-color css
<style>
a { background-color: #4617BC; }
a { background-color: rgb(70,23,188); }
div.DivClassName
{
background-color: #4617BC;
}
.BgClassName
{
background-color: #4617BC;
}
</style>
border-color css
<style>
span { border-color: #4617BC; }
span { border-color: rgb(70,23,188); }
td.TdClassName
{
border-color: #4617BC;
}
.TagClassName
{
border-color: #4617BC;
}
</style>