Shades of Purple Heart #4B15AF
Tints of Purple Heart #4B15AF
RGB
CMYK
RGB Variations
Color information
#4B15AF (or 0x4B15AF) is known color: Purple Heart. HEX triplet: 4B, 15 and AF. RGB value is (75,21,175). Sum of RGB (Red+Green+Blue) = 75+21+175=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B15AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B15AF is #B4EA50. Grayscale: #363636. Windows color (decimal): -11856465 or 11474251. OLE color: 11474251.
HSL color Cylindrical-coordinate representation of color #4B15AF: hue angle of 261.04º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B15AF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 21 | 175 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.31 |
| HSL | 261.04º | 0.79% | 0.38% | - |
| HSV(B) | 261.04º | 0.88% | 0.69% | - |
| XYZ | 10.91 | 5.13 | 40.97 | - |
| YUV | 54.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 175 | 0.57 | 0.88 | 0 | 0.31 | 261.04 | 0.79 | 0.38 |
| Hex | 4B | 15 | AF | 39 | 58 | 0 | 1F | 105 | 4F | 26 |
| Octal | 113 | 25 | 257 | 71 | 130 | 0 | 37 | 405 | 117 | 46 |
| Binary | 1001011 | 10101 | 10101111 | 111001 | 1011000 | 0 | 11111 | 100000101 | 1001111 | 100110 |
Color Harmonies of #4B15AF
Complementary color
Monochromatic Colors of #4B15AF
Black with #4B15AF
Text Example
Text Example
White with #4B15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B15AF; }
p { color: rgb(75,21,175); }
H1.HeaderClassName
{
color: #4B15AF;
}
.AnyTagClassName
{
color: #4B15AF;
}
</style>
background-color css
<style>
a { background-color: #4B15AF; }
a { background-color: rgb(75,21,175); }
div.DivClassName
{
background-color: #4B15AF;
}
.BgClassName
{
background-color: #4B15AF;
}
</style>
border-color css
<style>
span { border-color: #4B15AF; }
span { border-color: rgb(75,21,175); }
td.TdClassName
{
border-color: #4B15AF;
}
.TagClassName
{
border-color: #4B15AF;
}
</style>