Shades of Purple Heart #4B07BC
Tints of Purple Heart #4B07BC
RGB
CMYK
RGB Variations
Color information
#4B07BC (or 0x4B07BC) is known color: Purple Heart. HEX triplet: 4B, 07 and BC. RGB value is (75,7,188). Sum of RGB (Red+Green+Blue) = 75+7+188=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B07BC is #B4F843. Grayscale: #2F2F2F. Windows color (decimal): -11860036 or 12322635. OLE color: 12322635.
HSL color Cylindrical-coordinate representation of color #4B07BC: hue angle of 262.54º 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 #4B07BC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 7 | 188 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.26 |
| HSL | 262.54º | 0.93% | 0.38% | - |
| HSV(B) | 262.54º | 0.96% | 0.74% | - |
| XYZ | 12.05 | 5.28 | 47.96 | - |
| YUV | 47.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 188 | 0.60 | 0.96 | 0 | 0.26 | 262.54 | 0.93 | 0.38 |
| Hex | 4B | 7 | BC | 3C | 60 | 0 | 1A | 107 | 5D | 26 |
| Octal | 113 | 7 | 274 | 74 | 140 | 0 | 32 | 407 | 135 | 46 |
| Binary | 1001011 | 111 | 10111100 | 111100 | 1100000 | 0 | 11010 | 100000111 | 1011101 | 100110 |
Color Harmonies of #4B07BC
Complementary color
Monochromatic Colors of #4B07BC
Black with #4B07BC
Text Example
Text Example
White with #4B07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B07BC; }
p { color: rgb(75,7,188); }
H1.HeaderClassName
{
color: #4B07BC;
}
.AnyTagClassName
{
color: #4B07BC;
}
</style>
background-color css
<style>
a { background-color: #4B07BC; }
a { background-color: rgb(75,7,188); }
div.DivClassName
{
background-color: #4B07BC;
}
.BgClassName
{
background-color: #4B07BC;
}
</style>
border-color css
<style>
span { border-color: #4B07BC; }
span { border-color: rgb(75,7,188); }
td.TdClassName
{
border-color: #4B07BC;
}
.TagClassName
{
border-color: #4B07BC;
}
</style>