Shades of Purple Heart #4D26BE
Tints of Purple Heart #4D26BE
RGB
CMYK
RGB Variations
Color information
#4D26BE (or 0x4D26BE) is known color: Purple Heart. HEX triplet: 4D, 26 and BE. RGB value is (77,38,190). Sum of RGB (Red+Green+Blue) = 77+38+190=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D26BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D26BE is #B2D941. Grayscale: #424242. Windows color (decimal): -11721026 or 12461645. OLE color: 12461645.
HSL color Cylindrical-coordinate representation of color #4D26BE: hue angle of 255.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D26BE is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 38 | 190 | - |
| CMYK | 0.59 | 0.8 | 0 | 0.25 |
| HSL | 255.39º | 0.67% | 0.45% | - |
| HSV(B) | 255.39º | 0.8% | 0.75% | - |
| XYZ | 13.05 | 6.68 | 49.32 | - |
| YUV | 66.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 190 | 0.59 | 0.8 | 0 | 0.25 | 255.39 | 0.67 | 0.45 |
| Hex | 4D | 26 | BE | 3B | 50 | 0 | 19 | FF | 43 | 2D |
| Octal | 115 | 46 | 276 | 73 | 120 | 0 | 31 | 377 | 103 | 55 |
| Binary | 1001101 | 100110 | 10111110 | 111011 | 1010000 | 0 | 11001 | 11111111 | 1000011 | 101101 |
Color Harmonies of #4D26BE
Complementary color
Monochromatic Colors of #4D26BE
Black with #4D26BE
Text Example
Text Example
White with #4D26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D26BE; }
p { color: rgb(77,38,190); }
H1.HeaderClassName
{
color: #4D26BE;
}
.AnyTagClassName
{
color: #4D26BE;
}
</style>
background-color css
<style>
a { background-color: #4D26BE; }
a { background-color: rgb(77,38,190); }
div.DivClassName
{
background-color: #4D26BE;
}
.BgClassName
{
background-color: #4D26BE;
}
</style>
border-color css
<style>
span { border-color: #4D26BE; }
span { border-color: rgb(77,38,190); }
td.TdClassName
{
border-color: #4D26BE;
}
.TagClassName
{
border-color: #4D26BE;
}
</style>