Shades of Purple Heart #4B26BA
Tints of Purple Heart #4B26BA
RGB
CMYK
RGB Variations
Color information
#4B26BA (or 0x4B26BA) is known color: Purple Heart. HEX triplet: 4B, 26 and BA. RGB value is (75,38,186). Sum of RGB (Red+Green+Blue) = 75+38+186=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B26BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26BA is #B4D945. Grayscale: #414141. Windows color (decimal): -11852102 or 12199499. OLE color: 12199499.
HSL color Cylindrical-coordinate representation of color #4B26BA: hue angle of 255º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B26BA is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 38 | 186 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.27 |
| HSL | 255º | 0.66% | 0.44% | - |
| HSV(B) | 255º | 0.8% | 0.73% | - |
| XYZ | 12.46 | 6.43 | 47.04 | - |
| YUV | 65.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 186 | 0.60 | 0.80 | 0 | 0.27 | 255 | 0.66 | 0.44 |
| Hex | 4B | 26 | BA | 3C | 50 | 0 | 1B | FF | 42 | 2C |
| Octal | 113 | 46 | 272 | 74 | 120 | 0 | 33 | 377 | 102 | 54 |
| Binary | 1001011 | 100110 | 10111010 | 111100 | 1010000 | 0 | 11011 | 11111111 | 1000010 | 101100 |
Color Harmonies of #4B26BA
Complementary color
Monochromatic Colors of #4B26BA
Black with #4B26BA
Text Example
Text Example
White with #4B26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B26BA; }
p { color: rgb(75,38,186); }
H1.HeaderClassName
{
color: #4B26BA;
}
.AnyTagClassName
{
color: #4B26BA;
}
</style>
background-color css
<style>
a { background-color: #4B26BA; }
a { background-color: rgb(75,38,186); }
div.DivClassName
{
background-color: #4B26BA;
}
.BgClassName
{
background-color: #4B26BA;
}
</style>
border-color css
<style>
span { border-color: #4B26BA; }
span { border-color: rgb(75,38,186); }
td.TdClassName
{
border-color: #4B26BA;
}
.TagClassName
{
border-color: #4B26BA;
}
</style>