Shades of Purple Heart #4C07B9
Tints of Purple Heart #4C07B9
RGB
CMYK
RGB Variations
Color information
#4C07B9 (or 0x4C07B9) is known color: Purple Heart. HEX triplet: 4C, 07 and B9. RGB value is (76,7,185). Sum of RGB (Red+Green+Blue) = 76+7+185=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #4C07B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C07B9 is #B3F846. Grayscale: #2F2F2F. Windows color (decimal): -11794503 or 12126028. OLE color: 12126028.
HSL color Cylindrical-coordinate representation of color #4C07B9: hue angle of 263.26º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C07B9 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 7 | 185 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.27 |
| HSL | 263.26º | 0.93% | 0.38% | - |
| HSV(B) | 263.26º | 0.96% | 0.73% | - |
| XYZ | 11.81 | 5.19 | 46.28 | - |
| YUV | 47.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 185 | 0.59 | 0.96 | 0 | 0.27 | 263.26 | 0.93 | 0.38 |
| Hex | 4C | 7 | B9 | 3B | 60 | 0 | 1B | 107 | 5D | 26 |
| Octal | 114 | 7 | 271 | 73 | 140 | 0 | 33 | 407 | 135 | 46 |
| Binary | 1001100 | 111 | 10111001 | 111011 | 1100000 | 0 | 11011 | 100000111 | 1011101 | 100110 |
Color Harmonies of #4C07B9
Complementary color
Monochromatic Colors of #4C07B9
Black with #4C07B9
Text Example
Text Example
White with #4C07B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C07B9; }
p { color: rgb(76,7,185); }
H1.HeaderClassName
{
color: #4C07B9;
}
.AnyTagClassName
{
color: #4C07B9;
}
</style>
background-color css
<style>
a { background-color: #4C07B9; }
a { background-color: rgb(76,7,185); }
div.DivClassName
{
background-color: #4C07B9;
}
.BgClassName
{
background-color: #4C07B9;
}
</style>
border-color css
<style>
span { border-color: #4C07B9; }
span { border-color: rgb(76,7,185); }
td.TdClassName
{
border-color: #4C07B9;
}
.TagClassName
{
border-color: #4C07B9;
}
</style>