Shades of Purple Heart #4F2BCD
Tints of Purple Heart #4F2BCD
RGB
CMYK
RGB Variations
Color information
#4F2BCD (or 0x4F2BCD) is known color: Purple Heart. HEX triplet: 4F, 2B and CD. RGB value is (79,43,205). Sum of RGB (Red+Green+Blue) = 79+43+205=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2BCD is #B0D432. Grayscale: #474747. Windows color (decimal): -11588659 or 13445967. OLE color: 13445967.
HSL color Cylindrical-coordinate representation of color #4F2BCD: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F2BCD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 43 | 205 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.20 |
| HSL | 253.33º | 0.65% | 0.49% | - |
| HSV(B) | 253.33º | 0.79% | 0.8% | - |
| XYZ | 15.11 | 7.8 | 58.47 | - |
| YUV | 72.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 205 | 0.61 | 0.79 | 0 | 0.20 | 253.33 | 0.65 | 0.49 |
| Hex | 4F | 2B | CD | 3D | 4F | 0 | 14 | FD | 41 | 31 |
| Octal | 117 | 53 | 315 | 75 | 117 | 0 | 24 | 375 | 101 | 61 |
| Binary | 1001111 | 101011 | 11001101 | 111101 | 1001111 | 0 | 10100 | 11111101 | 1000001 | 110001 |
Color Harmonies of #4F2BCD
Complementary color
Monochromatic Colors of #4F2BCD
Black with #4F2BCD
Text Example
Text Example
White with #4F2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BCD; }
p { color: rgb(79,43,205); }
H1.HeaderClassName
{
color: #4F2BCD;
}
.AnyTagClassName
{
color: #4F2BCD;
}
</style>
background-color css
<style>
a { background-color: #4F2BCD; }
a { background-color: rgb(79,43,205); }
div.DivClassName
{
background-color: #4F2BCD;
}
.BgClassName
{
background-color: #4F2BCD;
}
</style>
border-color css
<style>
span { border-color: #4F2BCD; }
span { border-color: rgb(79,43,205); }
td.TdClassName
{
border-color: #4F2BCD;
}
.TagClassName
{
border-color: #4F2BCD;
}
</style>