Shades of Purple Heart #4F21B1
Tints of Purple Heart #4F21B1
RGB
CMYK
RGB Variations
Color information
#4F21B1 (or 0x4F21B1) is known color: Purple Heart. HEX triplet: 4F, 21 and B1. RGB value is (79,33,177). Sum of RGB (Red+Green+Blue) = 79+33+177=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F21B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F21B1 is #B0DE4E. Grayscale: #3E3E3E. Windows color (decimal): -11591247 or 11608399. OLE color: 11608399.
HSL color Cylindrical-coordinate representation of color #4F21B1: hue angle of 259.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F21B1 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 33 | 177 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.31 |
| HSL | 259.17º | 0.69% | 0.41% | - |
| HSV(B) | 259.17º | 0.81% | 0.69% | - |
| XYZ | 11.7 | 5.92 | 42.12 | - |
| YUV | 63.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 177 | 0.55 | 0.81 | 0 | 0.31 | 259.17 | 0.69 | 0.41 |
| Hex | 4F | 21 | B1 | 37 | 51 | 0 | 1F | 103 | 45 | 29 |
| Octal | 117 | 41 | 261 | 67 | 121 | 0 | 37 | 403 | 105 | 51 |
| Binary | 1001111 | 100001 | 10110001 | 110111 | 1010001 | 0 | 11111 | 100000011 | 1000101 | 101001 |
Color Harmonies of #4F21B1
Complementary color
Monochromatic Colors of #4F21B1
Black with #4F21B1
Text Example
Text Example
White with #4F21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F21B1; }
p { color: rgb(79,33,177); }
H1.HeaderClassName
{
color: #4F21B1;
}
.AnyTagClassName
{
color: #4F21B1;
}
</style>
background-color css
<style>
a { background-color: #4F21B1; }
a { background-color: rgb(79,33,177); }
div.DivClassName
{
background-color: #4F21B1;
}
.BgClassName
{
background-color: #4F21B1;
}
</style>
border-color css
<style>
span { border-color: #4F21B1; }
span { border-color: rgb(79,33,177); }
td.TdClassName
{
border-color: #4F21B1;
}
.TagClassName
{
border-color: #4F21B1;
}
</style>