Shades of Purple Heart #4B1FAC
Tints of Purple Heart #4B1FAC
RGB
CMYK
RGB Variations
Color information
#4B1FAC (or 0x4B1FAC) is known color: Purple Heart. HEX triplet: 4B, 1F and AC. RGB value is (75,31,172). Sum of RGB (Red+Green+Blue) = 75+31+172=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B1FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1FAC is #B4E053. Grayscale: #3B3B3B. Windows color (decimal): -11853908 or 11280203. OLE color: 11280203.
HSL color Cylindrical-coordinate representation of color #4B1FAC: hue angle of 258.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1FAC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 31 | 172 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.33 |
| HSL | 258.72º | 0.69% | 0.4% | - |
| HSV(B) | 258.72º | 0.82% | 0.67% | - |
| XYZ | 10.84 | 5.45 | 39.51 | - |
| YUV | 60.23 | 191.08 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 172 | 0.56 | 0.82 | 0 | 0.33 | 258.72 | 0.69 | 0.4 |
| Hex | 4B | 1F | AC | 38 | 52 | 0 | 21 | 103 | 45 | 28 |
| Octal | 113 | 37 | 254 | 70 | 122 | 0 | 41 | 403 | 105 | 50 |
| Binary | 1001011 | 11111 | 10101100 | 111000 | 1010010 | 0 | 100001 | 100000011 | 1000101 | 101000 |
Color Harmonies of #4B1FAC
Complementary color
Monochromatic Colors of #4B1FAC
Black with #4B1FAC
Text Example
Text Example
White with #4B1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1FAC; }
p { color: rgb(75,31,172); }
H1.HeaderClassName
{
color: #4B1FAC;
}
.AnyTagClassName
{
color: #4B1FAC;
}
</style>
background-color css
<style>
a { background-color: #4B1FAC; }
a { background-color: rgb(75,31,172); }
div.DivClassName
{
background-color: #4B1FAC;
}
.BgClassName
{
background-color: #4B1FAC;
}
</style>
border-color css
<style>
span { border-color: #4B1FAC; }
span { border-color: rgb(75,31,172); }
td.TdClassName
{
border-color: #4B1FAC;
}
.TagClassName
{
border-color: #4B1FAC;
}
</style>