Shades of Purple Heart #4601BC
Tints of Purple Heart #4601BC
RGB
CMYK
RGB Variations
Color information
#4601BC (or 0x4601BC) is known color: Purple Heart. HEX triplet: 46, 01 and BC. RGB value is (70,1,188). Sum of RGB (Red+Green+Blue) = 70+1+188=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #4601BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601BC is #B9FE43. Grayscale: #2A2A2A. Windows color (decimal): -12189252 or 12321094. OLE color: 12321094.
HSL color Cylindrical-coordinate representation of color #4601BC: hue angle of 262.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601BC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 1 | 188 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.26 |
| HSL | 262.14º | 0.99% | 0.37% | - |
| HSV(B) | 262.14º | 0.99% | 0.74% | - |
| XYZ | 11.61 | 4.95 | 47.92 | - |
| YUV | 42.95 | 209.86 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 188 | 0.63 | 0.99 | 0 | 0.26 | 262.14 | 0.99 | 0.37 |
| Hex | 46 | 1 | BC | 3F | 63 | 0 | 1A | 106 | 63 | 25 |
| Octal | 106 | 1 | 274 | 77 | 143 | 0 | 32 | 406 | 143 | 45 |
| Binary | 1000110 | 1 | 10111100 | 111111 | 1100011 | 0 | 11010 | 100000110 | 1100011 | 100101 |
Color Harmonies of #4601BC
Complementary color
Monochromatic Colors of #4601BC
Black with #4601BC
Text Example
Text Example
White with #4601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601BC; }
p { color: rgb(70,1,188); }
H1.HeaderClassName
{
color: #4601BC;
}
.AnyTagClassName
{
color: #4601BC;
}
</style>
background-color css
<style>
a { background-color: #4601BC; }
a { background-color: rgb(70,1,188); }
div.DivClassName
{
background-color: #4601BC;
}
.BgClassName
{
background-color: #4601BC;
}
</style>
border-color css
<style>
span { border-color: #4601BC; }
span { border-color: rgb(70,1,188); }
td.TdClassName
{
border-color: #4601BC;
}
.TagClassName
{
border-color: #4601BC;
}
</style>