Shades of Purple Heart #4F2DCE
Tints of Purple Heart #4F2DCE
RGB
CMYK
RGB Variations
Color information
#4F2DCE (or 0x4F2DCE) is known color: Purple Heart. HEX triplet: 4F, 2D and CE. RGB value is (79,45,206). Sum of RGB (Red+Green+Blue) = 79+45+206=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F2DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2DCE is #B0D231. Grayscale: #484848. Windows color (decimal): -11588146 or 13512015. OLE color: 13512015.
HSL color Cylindrical-coordinate representation of color #4F2DCE: hue angle of 252.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2DCE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 45 | 206 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.19 |
| HSL | 252.67º | 0.64% | 0.49% | - |
| HSV(B) | 252.67º | 0.78% | 0.81% | - |
| XYZ | 15.3 | 8 | 59.13 | - |
| YUV | 73.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 206 | 0.62 | 0.78 | 0 | 0.19 | 252.67 | 0.64 | 0.49 |
| Hex | 4F | 2D | CE | 3E | 4E | 0 | 13 | FD | 40 | 31 |
| Octal | 117 | 55 | 316 | 76 | 116 | 0 | 23 | 375 | 100 | 61 |
| Binary | 1001111 | 101101 | 11001110 | 111110 | 1001110 | 0 | 10011 | 11111101 | 1000000 | 110001 |
Color Harmonies of #4F2DCE
Complementary color
Monochromatic Colors of #4F2DCE
Black with #4F2DCE
Text Example
Text Example
White with #4F2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DCE; }
p { color: rgb(79,45,206); }
H1.HeaderClassName
{
color: #4F2DCE;
}
.AnyTagClassName
{
color: #4F2DCE;
}
</style>
background-color css
<style>
a { background-color: #4F2DCE; }
a { background-color: rgb(79,45,206); }
div.DivClassName
{
background-color: #4F2DCE;
}
.BgClassName
{
background-color: #4F2DCE;
}
</style>
border-color css
<style>
span { border-color: #4F2DCE; }
span { border-color: rgb(79,45,206); }
td.TdClassName
{
border-color: #4F2DCE;
}
.TagClassName
{
border-color: #4F2DCE;
}
</style>