Shades of Purple Heart #4D26CD
Tints of Purple Heart #4D26CD
RGB
CMYK
RGB Variations
Color information
#4D26CD (or 0x4D26CD) is known color: Purple Heart. HEX triplet: 4D, 26 and CD. RGB value is (77,38,205). Sum of RGB (Red+Green+Blue) = 77+38+205=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D26CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D26CD is #B2D932. Grayscale: #444444. Windows color (decimal): -11721011 or 13444685. OLE color: 13444685.
HSL color Cylindrical-coordinate representation of color #4D26CD: hue angle of 254.01º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D26CD is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 38 | 205 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.20 |
| HSL | 254.01º | 0.69% | 0.48% | - |
| HSV(B) | 254.01º | 0.81% | 0.8% | - |
| XYZ | 14.77 | 7.37 | 58.4 | - |
| YUV | 68.7 | 204.92 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 205 | 0.62 | 0.81 | 0 | 0.20 | 254.01 | 0.69 | 0.48 |
| Hex | 4D | 26 | CD | 3E | 51 | 0 | 14 | FE | 45 | 30 |
| Octal | 115 | 46 | 315 | 76 | 121 | 0 | 24 | 376 | 105 | 60 |
| Binary | 1001101 | 100110 | 11001101 | 111110 | 1010001 | 0 | 10100 | 11111110 | 1000101 | 110000 |
Color Harmonies of #4D26CD
Complementary color
Monochromatic Colors of #4D26CD
Black with #4D26CD
Text Example
Text Example
White with #4D26CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26CD; }
p { color: rgb(77,38,205); }
H1.HeaderClassName
{
color: #4D26CD;
}
.AnyTagClassName
{
color: #4D26CD;
}
</style>
background-color css
<style>
a { background-color: #4D26CD; }
a { background-color: rgb(77,38,205); }
div.DivClassName
{
background-color: #4D26CD;
}
.BgClassName
{
background-color: #4D26CD;
}
</style>
border-color css
<style>
span { border-color: #4D26CD; }
span { border-color: rgb(77,38,205); }
td.TdClassName
{
border-color: #4D26CD;
}
.TagClassName
{
border-color: #4D26CD;
}
</style>