Shades of Purple Heart #4B0FB6
Tints of Purple Heart #4B0FB6
RGB
CMYK
RGB Variations
Color information
#4B0FB6 (or 0x4B0FB6) is known color: Purple Heart. HEX triplet: 4B, 0F and B6. RGB value is (75,15,182). Sum of RGB (Red+Green+Blue) = 75+15+182=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FB6 is #B4F049. Grayscale: #333333. Windows color (decimal): -11857994 or 11931467. OLE color: 11931467.
HSL color Cylindrical-coordinate representation of color #4B0FB6: hue angle of 261.56º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0FB6 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 15 | 182 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.29 |
| HSL | 261.56º | 0.85% | 0.39% | - |
| HSV(B) | 261.56º | 0.92% | 0.71% | - |
| XYZ | 11.52 | 5.21 | 44.66 | - |
| YUV | 51.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 182 | 0.59 | 0.92 | 0 | 0.29 | 261.56 | 0.85 | 0.39 |
| Hex | 4B | F | B6 | 3B | 5C | 0 | 1D | 106 | 55 | 27 |
| Octal | 113 | 17 | 266 | 73 | 134 | 0 | 35 | 406 | 125 | 47 |
| Binary | 1001011 | 1111 | 10110110 | 111011 | 1011100 | 0 | 11101 | 100000110 | 1010101 | 100111 |
Color Harmonies of #4B0FB6
Complementary color
Monochromatic Colors of #4B0FB6
Black with #4B0FB6
Text Example
Text Example
White with #4B0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0FB6; }
p { color: rgb(75,15,182); }
H1.HeaderClassName
{
color: #4B0FB6;
}
.AnyTagClassName
{
color: #4B0FB6;
}
</style>
background-color css
<style>
a { background-color: #4B0FB6; }
a { background-color: rgb(75,15,182); }
div.DivClassName
{
background-color: #4B0FB6;
}
.BgClassName
{
background-color: #4B0FB6;
}
</style>
border-color css
<style>
span { border-color: #4B0FB6; }
span { border-color: rgb(75,15,182); }
td.TdClassName
{
border-color: #4B0FB6;
}
.TagClassName
{
border-color: #4B0FB6;
}
</style>