Shades of Purple Heart #4B00BD
Tints of Purple Heart #4B00BD
RGB
CMYK
RGB Variations
Color information
#4B00BD (or 0x4B00BD) is known color: Purple Heart. HEX triplet: 4B, 00 and BD. RGB value is (75,0,189). Sum of RGB (Red+Green+Blue) = 75+0+189=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00BD is #B4FF42. Grayscale: #2B2B2B. Windows color (decimal): -11861827 or 12386379. OLE color: 12386379.
HSL color Cylindrical-coordinate representation of color #4B00BD: hue angle of 263.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00BD is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 0 | 189 | - |
| CMYK | 0.60 | 1 | 0 | 0.26 |
| HSL | 263.81º | 1% | 0.37% | - |
| HSV(B) | 263.81º | 1% | 0.74% | - |
| XYZ | 12.09 | 5.17 | 48.5 | - |
| YUV | 43.97 | 209.85 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 189 | 0.60 | 1 | 0 | 0.26 | 263.81 | 1 | 0.37 |
| Hex | 4B | 0 | BD | 3C | 64 | 0 | 1A | 108 | 64 | 25 |
| Octal | 113 | 0 | 275 | 74 | 144 | 0 | 32 | 410 | 144 | 45 |
| Binary | 1001011 | 0 | 10111101 | 111100 | 1100100 | 0 | 11010 | 100001000 | 1100100 | 100101 |
Color Harmonies of #4B00BD
Complementary color
Monochromatic Colors of #4B00BD
Black with #4B00BD
Text Example
Text Example
White with #4B00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B00BD; }
p { color: rgb(75,0,189); }
H1.HeaderClassName
{
color: #4B00BD;
}
.AnyTagClassName
{
color: #4B00BD;
}
</style>
background-color css
<style>
a { background-color: #4B00BD; }
a { background-color: rgb(75,0,189); }
div.DivClassName
{
background-color: #4B00BD;
}
.BgClassName
{
background-color: #4B00BD;
}
</style>
border-color css
<style>
span { border-color: #4B00BD; }
span { border-color: rgb(75,0,189); }
td.TdClassName
{
border-color: #4B00BD;
}
.TagClassName
{
border-color: #4B00BD;
}
</style>