Shades of Purple Heart #4B15D0
Tints of Purple Heart #4B15D0
RGB
CMYK
RGB Variations
Color information
#4B15D0 (or 0x4B15D0) is known color: Purple Heart. HEX triplet: 4B, 15 and D0. RGB value is (75,21,208). Sum of RGB (Red+Green+Blue) = 75+21+208=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #4B15D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B15D0 is #B4EA2F. Grayscale: #393939. Windows color (decimal): -11856432 or 13636939. OLE color: 13636939.
HSL color Cylindrical-coordinate representation of color #4B15D0: hue angle of 257.33º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B15D0 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 21 | 208 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.18 |
| HSL | 257.33º | 0.82% | 0.45% | - |
| HSV(B) | 257.33º | 0.9% | 0.82% | - |
| XYZ | 14.55 | 6.59 | 60.18 | - |
| YUV | 58.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 208 | 0.64 | 0.90 | 0 | 0.18 | 257.33 | 0.82 | 0.45 |
| Hex | 4B | 15 | D0 | 40 | 5A | 0 | 12 | 101 | 52 | 2D |
| Octal | 113 | 25 | 320 | 100 | 132 | 0 | 22 | 401 | 122 | 55 |
| Binary | 1001011 | 10101 | 11010000 | 1000000 | 1011010 | 0 | 10010 | 100000001 | 1010010 | 101101 |
Color Harmonies of #4B15D0
Complementary color
Monochromatic Colors of #4B15D0
Black with #4B15D0
Text Example
Text Example
White with #4B15D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B15D0; }
p { color: rgb(75,21,208); }
H1.HeaderClassName
{
color: #4B15D0;
}
.AnyTagClassName
{
color: #4B15D0;
}
</style>
background-color css
<style>
a { background-color: #4B15D0; }
a { background-color: rgb(75,21,208); }
div.DivClassName
{
background-color: #4B15D0;
}
.BgClassName
{
background-color: #4B15D0;
}
</style>
border-color css
<style>
span { border-color: #4B15D0; }
span { border-color: rgb(75,21,208); }
td.TdClassName
{
border-color: #4B15D0;
}
.TagClassName
{
border-color: #4B15D0;
}
</style>