Shades of Purple Heart #4D2FCE
Tints of Purple Heart #4D2FCE
RGB
CMYK
RGB Variations
Color information
#4D2FCE (or 0x4D2FCE) is known color: Purple Heart. HEX triplet: 4D, 2F and CE. RGB value is (77,47,206). Sum of RGB (Red+Green+Blue) = 77+47+206=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 47 (18.75% from 255 or 14.24% 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 #4D2FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FCE is #B2D031. Grayscale: #494949. Windows color (decimal): -11718706 or 13512525. OLE color: 13512525.
HSL color Cylindrical-coordinate representation of color #4D2FCE: hue angle of 251.32º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2FCE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 47 | 206 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.19 |
| HSL | 251.32º | 0.63% | 0.5% | - |
| HSV(B) | 251.32º | 0.77% | 0.81% | - |
| XYZ | 15.22 | 8.07 | 59.15 | - |
| YUV | 74.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 206 | 0.63 | 0.77 | 0 | 0.19 | 251.32 | 0.63 | 0.5 |
| Hex | 4D | 2F | CE | 3F | 4D | 0 | 13 | FB | 3F | 32 |
| Octal | 115 | 57 | 316 | 77 | 115 | 0 | 23 | 373 | 77 | 62 |
| Binary | 1001101 | 101111 | 11001110 | 111111 | 1001101 | 0 | 10011 | 11111011 | 111111 | 110010 |
Color Harmonies of #4D2FCE
Complementary color
Monochromatic Colors of #4D2FCE
Black with #4D2FCE
Text Example
Text Example
White with #4D2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FCE; }
p { color: rgb(77,47,206); }
H1.HeaderClassName
{
color: #4D2FCE;
}
.AnyTagClassName
{
color: #4D2FCE;
}
</style>
background-color css
<style>
a { background-color: #4D2FCE; }
a { background-color: rgb(77,47,206); }
div.DivClassName
{
background-color: #4D2FCE;
}
.BgClassName
{
background-color: #4D2FCE;
}
</style>
border-color css
<style>
span { border-color: #4D2FCE; }
span { border-color: rgb(77,47,206); }
td.TdClassName
{
border-color: #4D2FCE;
}
.TagClassName
{
border-color: #4D2FCE;
}
</style>