Shades of Purple Heart #4F2FCB
Tints of Purple Heart #4F2FCB
RGB
CMYK
RGB Variations
Color information
#4F2FCB (or 0x4F2FCB) is known color: Purple Heart. HEX triplet: 4F, 2F and CB. RGB value is (79,47,203). Sum of RGB (Red+Green+Blue) = 79+47+203=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F2FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2FCB is #B0D034. Grayscale: #494949. Windows color (decimal): -11587637 or 13315919. OLE color: 13315919.
HSL color Cylindrical-coordinate representation of color #4F2FCB: hue angle of 252.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2FCB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 47 | 203 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.20 |
| HSL | 252.31º | 0.62% | 0.49% | - |
| HSV(B) | 252.31º | 0.77% | 0.8% | - |
| XYZ | 15.02 | 8.01 | 57.25 | - |
| YUV | 74.35 | 200.6 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 203 | 0.61 | 0.77 | 0 | 0.20 | 252.31 | 0.62 | 0.49 |
| Hex | 4F | 2F | CB | 3D | 4D | 0 | 14 | FC | 3E | 31 |
| Octal | 117 | 57 | 313 | 75 | 115 | 0 | 24 | 374 | 76 | 61 |
| Binary | 1001111 | 101111 | 11001011 | 111101 | 1001101 | 0 | 10100 | 11111100 | 111110 | 110001 |
Color Harmonies of #4F2FCB
Complementary color
Monochromatic Colors of #4F2FCB
Black with #4F2FCB
Text Example
Text Example
White with #4F2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2FCB; }
p { color: rgb(79,47,203); }
H1.HeaderClassName
{
color: #4F2FCB;
}
.AnyTagClassName
{
color: #4F2FCB;
}
</style>
background-color css
<style>
a { background-color: #4F2FCB; }
a { background-color: rgb(79,47,203); }
div.DivClassName
{
background-color: #4F2FCB;
}
.BgClassName
{
background-color: #4F2FCB;
}
</style>
border-color css
<style>
span { border-color: #4F2FCB; }
span { border-color: rgb(79,47,203); }
td.TdClassName
{
border-color: #4F2FCB;
}
.TagClassName
{
border-color: #4F2FCB;
}
</style>