Shades of Purple Heart #4D35C9
Tints of Purple Heart #4D35C9
RGB
CMYK
RGB Variations
Color information
#4D35C9 (or 0x4D35C9) is known color: Purple Heart. HEX triplet: 4D, 35 and C9. RGB value is (77,53,201). Sum of RGB (Red+Green+Blue) = 77+53+201=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #4D35C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35C9 is #B2CA36. Grayscale: #4C4C4C. Windows color (decimal): -11717175 or 13186381. OLE color: 13186381.
HSL color Cylindrical-coordinate representation of color #4D35C9: hue angle of 249.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D35C9 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 53 | 201 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.21 |
| HSL | 249.73º | 0.58% | 0.5% | - |
| HSV(B) | 249.73º | 0.74% | 0.79% | - |
| XYZ | 14.88 | 8.34 | 56.08 | - |
| YUV | 77.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 201 | 0.62 | 0.74 | 0 | 0.21 | 249.73 | 0.58 | 0.5 |
| Hex | 4D | 35 | C9 | 3E | 4A | 0 | 15 | FA | 3A | 32 |
| Octal | 115 | 65 | 311 | 76 | 112 | 0 | 25 | 372 | 72 | 62 |
| Binary | 1001101 | 110101 | 11001001 | 111110 | 1001010 | 0 | 10101 | 11111010 | 111010 | 110010 |
Color Harmonies of #4D35C9
Complementary color
Monochromatic Colors of #4D35C9
Black with #4D35C9
Text Example
Text Example
White with #4D35C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35C9; }
p { color: rgb(77,53,201); }
H1.HeaderClassName
{
color: #4D35C9;
}
.AnyTagClassName
{
color: #4D35C9;
}
</style>
background-color css
<style>
a { background-color: #4D35C9; }
a { background-color: rgb(77,53,201); }
div.DivClassName
{
background-color: #4D35C9;
}
.BgClassName
{
background-color: #4D35C9;
}
</style>
border-color css
<style>
span { border-color: #4D35C9; }
span { border-color: rgb(77,53,201); }
td.TdClassName
{
border-color: #4D35C9;
}
.TagClassName
{
border-color: #4D35C9;
}
</style>