Shades of Purple Heart #4C10BB
Tints of Purple Heart #4C10BB
RGB
CMYK
RGB Variations
Color information
#4C10BB (or 0x4C10BB) is known color: Purple Heart. HEX triplet: 4C, 10 and BB. RGB value is (76,16,187). Sum of RGB (Red+Green+Blue) = 76+16+187=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10BB is #B3EF44. Grayscale: #343434. Windows color (decimal): -11792197 or 12259404. OLE color: 12259404.
HSL color Cylindrical-coordinate representation of color #4C10BB: hue angle of 261.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C10BB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 16 | 187 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.27 |
| HSL | 261.05º | 0.84% | 0.4% | - |
| HSV(B) | 261.05º | 0.91% | 0.73% | - |
| XYZ | 12.14 | 5.49 | 47.43 | - |
| YUV | 53.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 187 | 0.59 | 0.91 | 0 | 0.27 | 261.05 | 0.84 | 0.4 |
| Hex | 4C | 10 | BB | 3B | 5B | 0 | 1B | 105 | 54 | 28 |
| Octal | 114 | 20 | 273 | 73 | 133 | 0 | 33 | 405 | 124 | 50 |
| Binary | 1001100 | 10000 | 10111011 | 111011 | 1011011 | 0 | 11011 | 100000101 | 1010100 | 101000 |
Color Harmonies of #4C10BB
Complementary color
Monochromatic Colors of #4C10BB
Black with #4C10BB
Text Example
Text Example
White with #4C10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10BB; }
p { color: rgb(76,16,187); }
H1.HeaderClassName
{
color: #4C10BB;
}
.AnyTagClassName
{
color: #4C10BB;
}
</style>
background-color css
<style>
a { background-color: #4C10BB; }
a { background-color: rgb(76,16,187); }
div.DivClassName
{
background-color: #4C10BB;
}
.BgClassName
{
background-color: #4C10BB;
}
</style>
border-color css
<style>
span { border-color: #4C10BB; }
span { border-color: rgb(76,16,187); }
td.TdClassName
{
border-color: #4C10BB;
}
.TagClassName
{
border-color: #4C10BB;
}
</style>