Shades of Purple Heart #4D1CC4
Tints of Purple Heart #4D1CC4
RGB
CMYK
RGB Variations
Color information
#4D1CC4 (or 0x4D1CC4) is known color: Purple Heart. HEX triplet: 4D, 1C and C4. RGB value is (77,28,196). Sum of RGB (Red+Green+Blue) = 77+28+196=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 196 (76.95% from 255 or 65.12% from 301); Max value from RGB is 196 - color contains mainly: blue. Hex color #4D1CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CC4 is #B2E33B. Grayscale: #3D3D3D. Windows color (decimal): -11723580 or 12852301. OLE color: 12852301.
HSL color Cylindrical-coordinate representation of color #4D1CC4: hue angle of 257.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1CC4 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 28 | 196 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.23 |
| HSL | 257.5º | 0.75% | 0.44% | - |
| HSV(B) | 257.5º | 0.86% | 0.77% | - |
| XYZ | 13.44 | 6.39 | 52.75 | - |
| YUV | 61.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 196 | 0.61 | 0.86 | 0 | 0.23 | 257.5 | 0.75 | 0.44 |
| Hex | 4D | 1C | C4 | 3D | 56 | 0 | 17 | 102 | 4B | 2C |
| Octal | 115 | 34 | 304 | 75 | 126 | 0 | 27 | 402 | 113 | 54 |
| Binary | 1001101 | 11100 | 11000100 | 111101 | 1010110 | 0 | 10111 | 100000010 | 1001011 | 101100 |
Color Harmonies of #4D1CC4
Complementary color
Monochromatic Colors of #4D1CC4
Black with #4D1CC4
Text Example
Text Example
White with #4D1CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CC4; }
p { color: rgb(77,28,196); }
H1.HeaderClassName
{
color: #4D1CC4;
}
.AnyTagClassName
{
color: #4D1CC4;
}
</style>
background-color css
<style>
a { background-color: #4D1CC4; }
a { background-color: rgb(77,28,196); }
div.DivClassName
{
background-color: #4D1CC4;
}
.BgClassName
{
background-color: #4D1CC4;
}
</style>
border-color css
<style>
span { border-color: #4D1CC4; }
span { border-color: rgb(77,28,196); }
td.TdClassName
{
border-color: #4D1CC4;
}
.TagClassName
{
border-color: #4D1CC4;
}
</style>