Shades of Purple Heart #4D35BD
Tints of Purple Heart #4D35BD
RGB
CMYK
RGB Variations
Color information
#4D35BD (or 0x4D35BD) is known color: Purple Heart. HEX triplet: 4D, 35 and BD. RGB value is (77,53,189). Sum of RGB (Red+Green+Blue) = 77+53+189=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D35BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D35BD is #B2CA42. Grayscale: #4B4B4B. Windows color (decimal): -11717187 or 12399949. OLE color: 12399949.
HSL color Cylindrical-coordinate representation of color #4D35BD: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D35BD is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 53 | 189 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.26 |
| HSL | 250.59º | 0.56% | 0.47% | - |
| HSV(B) | 250.59º | 0.72% | 0.74% | - |
| XYZ | 13.52 | 7.8 | 48.94 | - |
| YUV | 75.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 189 | 0.59 | 0.72 | 0 | 0.26 | 250.59 | 0.56 | 0.47 |
| Hex | 4D | 35 | BD | 3B | 48 | 0 | 1A | FB | 38 | 2F |
| Octal | 115 | 65 | 275 | 73 | 110 | 0 | 32 | 373 | 70 | 57 |
| Binary | 1001101 | 110101 | 10111101 | 111011 | 1001000 | 0 | 11010 | 11111011 | 111000 | 101111 |
Color Harmonies of #4D35BD
Complementary color
Monochromatic Colors of #4D35BD
Black with #4D35BD
Text Example
Text Example
White with #4D35BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D35BD; }
p { color: rgb(77,53,189); }
H1.HeaderClassName
{
color: #4D35BD;
}
.AnyTagClassName
{
color: #4D35BD;
}
</style>
background-color css
<style>
a { background-color: #4D35BD; }
a { background-color: rgb(77,53,189); }
div.DivClassName
{
background-color: #4D35BD;
}
.BgClassName
{
background-color: #4D35BD;
}
</style>
border-color css
<style>
span { border-color: #4D35BD; }
span { border-color: rgb(77,53,189); }
td.TdClassName
{
border-color: #4D35BD;
}
.TagClassName
{
border-color: #4D35BD;
}
</style>