Shades of Purple Heart #4C07BD
Tints of Purple Heart #4C07BD
RGB
CMYK
RGB Variations
Color information
#4C07BD (or 0x4C07BD) is known color: Purple Heart. HEX triplet: 4C, 07 and BD. RGB value is (76,7,189). Sum of RGB (Red+Green+Blue) = 76+7+189=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C07BD is #B3F842. Grayscale: #2F2F2F. Windows color (decimal): -11794499 or 12388172. OLE color: 12388172.
HSL color Cylindrical-coordinate representation of color #4C07BD: hue angle of 262.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C07BD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 7 | 189 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.26 |
| HSL | 262.75º | 0.93% | 0.38% | - |
| HSV(B) | 262.75º | 0.96% | 0.74% | - |
| XYZ | 12.24 | 5.36 | 48.53 | - |
| YUV | 48.38 | 207.36 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 189 | 0.60 | 0.96 | 0 | 0.26 | 262.75 | 0.93 | 0.38 |
| Hex | 4C | 7 | BD | 3C | 60 | 0 | 1A | 107 | 5D | 26 |
| Octal | 114 | 7 | 275 | 74 | 140 | 0 | 32 | 407 | 135 | 46 |
| Binary | 1001100 | 111 | 10111101 | 111100 | 1100000 | 0 | 11010 | 100000111 | 1011101 | 100110 |
Color Harmonies of #4C07BD
Complementary color
Monochromatic Colors of #4C07BD
Black with #4C07BD
Text Example
Text Example
White with #4C07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C07BD; }
p { color: rgb(76,7,189); }
H1.HeaderClassName
{
color: #4C07BD;
}
.AnyTagClassName
{
color: #4C07BD;
}
</style>
background-color css
<style>
a { background-color: #4C07BD; }
a { background-color: rgb(76,7,189); }
div.DivClassName
{
background-color: #4C07BD;
}
.BgClassName
{
background-color: #4C07BD;
}
</style>
border-color css
<style>
span { border-color: #4C07BD; }
span { border-color: rgb(76,7,189); }
td.TdClassName
{
border-color: #4C07BD;
}
.TagClassName
{
border-color: #4C07BD;
}
</style>