Shades of Purple Heart #4D1CAD
Tints of Purple Heart #4D1CAD
RGB
CMYK
RGB Variations
Color information
#4D1CAD (or 0x4D1CAD) is known color: Purple Heart. HEX triplet: 4D, 1C and AD. RGB value is (77,28,173). Sum of RGB (Red+Green+Blue) = 77+28+173=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D1CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1CAD is #B2E352. Grayscale: #3A3A3A. Windows color (decimal): -11723603 or 11344973. OLE color: 11344973.
HSL color Cylindrical-coordinate representation of color #4D1CAD: hue angle of 260.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1CAD is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 28 | 173 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.32 |
| HSL | 260.28º | 0.72% | 0.39% | - |
| HSV(B) | 260.28º | 0.84% | 0.68% | - |
| XYZ | 11.02 | 5.43 | 40 | - |
| YUV | 59.18 | 192.23 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 173 | 0.55 | 0.84 | 0 | 0.32 | 260.28 | 0.72 | 0.39 |
| Hex | 4D | 1C | AD | 37 | 54 | 0 | 20 | 104 | 48 | 27 |
| Octal | 115 | 34 | 255 | 67 | 124 | 0 | 40 | 404 | 110 | 47 |
| Binary | 1001101 | 11100 | 10101101 | 110111 | 1010100 | 0 | 100000 | 100000100 | 1001000 | 100111 |
Color Harmonies of #4D1CAD
Complementary color
Monochromatic Colors of #4D1CAD
Black with #4D1CAD
Text Example
Text Example
White with #4D1CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CAD; }
p { color: rgb(77,28,173); }
H1.HeaderClassName
{
color: #4D1CAD;
}
.AnyTagClassName
{
color: #4D1CAD;
}
</style>
background-color css
<style>
a { background-color: #4D1CAD; }
a { background-color: rgb(77,28,173); }
div.DivClassName
{
background-color: #4D1CAD;
}
.BgClassName
{
background-color: #4D1CAD;
}
</style>
border-color css
<style>
span { border-color: #4D1CAD; }
span { border-color: rgb(77,28,173); }
td.TdClassName
{
border-color: #4D1CAD;
}
.TagClassName
{
border-color: #4D1CAD;
}
</style>