Shades of Purple Heart #4D35CE
Tints of Purple Heart #4D35CE
RGB
CMYK
RGB Variations
Color information
#4D35CE (or 0x4D35CE) is known color: Purple Heart. HEX triplet: 4D, 35 and CE. RGB value is (77,53,206). Sum of RGB (Red+Green+Blue) = 77+53+206=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D35CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35CE is #B2CA31. Grayscale: #4D4D4D. Windows color (decimal): -11717170 or 13514061. OLE color: 13514061.
HSL color Cylindrical-coordinate representation of color #4D35CE: hue angle of 249.41º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D35CE is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 53 | 206 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.19 |
| HSL | 249.41º | 0.61% | 0.51% | - |
| HSV(B) | 249.41º | 0.74% | 0.81% | - |
| XYZ | 15.47 | 8.58 | 59.23 | - |
| YUV | 77.62 | 200.45 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 206 | 0.63 | 0.74 | 0 | 0.19 | 249.41 | 0.61 | 0.51 |
| Hex | 4D | 35 | CE | 3F | 4A | 0 | 13 | F9 | 3D | 33 |
| Octal | 115 | 65 | 316 | 77 | 112 | 0 | 23 | 371 | 75 | 63 |
| Binary | 1001101 | 110101 | 11001110 | 111111 | 1001010 | 0 | 10011 | 11111001 | 111101 | 110011 |
Color Harmonies of #4D35CE
Complementary color
Monochromatic Colors of #4D35CE
Black with #4D35CE
Text Example
Text Example
White with #4D35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35CE; }
p { color: rgb(77,53,206); }
H1.HeaderClassName
{
color: #4D35CE;
}
.AnyTagClassName
{
color: #4D35CE;
}
</style>
background-color css
<style>
a { background-color: #4D35CE; }
a { background-color: rgb(77,53,206); }
div.DivClassName
{
background-color: #4D35CE;
}
.BgClassName
{
background-color: #4D35CE;
}
</style>
border-color css
<style>
span { border-color: #4D35CE; }
span { border-color: rgb(77,53,206); }
td.TdClassName
{
border-color: #4D35CE;
}
.TagClassName
{
border-color: #4D35CE;
}
</style>