Shades of Purple Heart #4D35CA
Tints of Purple Heart #4D35CA
RGB
CMYK
RGB Variations
Color information
#4D35CA (or 0x4D35CA) is known color: Purple Heart. HEX triplet: 4D, 35 and CA. RGB value is (77,53,202). Sum of RGB (Red+Green+Blue) = 77+53+202=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D35CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35CA is #B2CA35. Grayscale: #4C4C4C. Windows color (decimal): -11717174 or 13251917. OLE color: 13251917.
HSL color Cylindrical-coordinate representation of color #4D35CA: hue angle of 249.66º 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 #4D35CA is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 53 | 202 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.21 |
| HSL | 249.66º | 0.58% | 0.5% | - |
| HSV(B) | 249.66º | 0.74% | 0.79% | - |
| XYZ | 14.99 | 8.39 | 56.71 | - |
| YUV | 77.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 202 | 0.62 | 0.74 | 0 | 0.21 | 249.66 | 0.58 | 0.5 |
| Hex | 4D | 35 | CA | 3E | 4A | 0 | 15 | FA | 3A | 32 |
| Octal | 115 | 65 | 312 | 76 | 112 | 0 | 25 | 372 | 72 | 62 |
| Binary | 1001101 | 110101 | 11001010 | 111110 | 1001010 | 0 | 10101 | 11111010 | 111010 | 110010 |
Color Harmonies of #4D35CA
Complementary color
Monochromatic Colors of #4D35CA
Black with #4D35CA
Text Example
Text Example
White with #4D35CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35CA; }
p { color: rgb(77,53,202); }
H1.HeaderClassName
{
color: #4D35CA;
}
.AnyTagClassName
{
color: #4D35CA;
}
</style>
background-color css
<style>
a { background-color: #4D35CA; }
a { background-color: rgb(77,53,202); }
div.DivClassName
{
background-color: #4D35CA;
}
.BgClassName
{
background-color: #4D35CA;
}
</style>
border-color css
<style>
span { border-color: #4D35CA; }
span { border-color: rgb(77,53,202); }
td.TdClassName
{
border-color: #4D35CA;
}
.TagClassName
{
border-color: #4D35CA;
}
</style>