Shades of Purple Heart #4C26BE
Tints of Purple Heart #4C26BE
RGB
CMYK
RGB Variations
Color information
#4C26BE (or 0x4C26BE) is known color: Purple Heart. HEX triplet: 4C, 26 and BE. RGB value is (76,38,190). Sum of RGB (Red+Green+Blue) = 76+38+190=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C26BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C26BE is #B3D941. Grayscale: #424242. Windows color (decimal): -11786562 or 12461644. OLE color: 12461644.
HSL color Cylindrical-coordinate representation of color #4C26BE: hue angle of 255º 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 #4C26BE is Cyan = 0.60, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 38 | 190 | - |
| CMYK | 0.60 | 0.8 | 0 | 0.25 |
| HSL | 255º | 0.67% | 0.45% | - |
| HSV(B) | 255º | 0.8% | 0.75% | - |
| XYZ | 12.97 | 6.64 | 49.31 | - |
| YUV | 66.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 190 | 0.60 | 0.8 | 0 | 0.25 | 255 | 0.67 | 0.45 |
| Hex | 4C | 26 | BE | 3C | 50 | 0 | 19 | FF | 43 | 2D |
| Octal | 114 | 46 | 276 | 74 | 120 | 0 | 31 | 377 | 103 | 55 |
| Binary | 1001100 | 100110 | 10111110 | 111100 | 1010000 | 0 | 11001 | 11111111 | 1000011 | 101101 |
Color Harmonies of #4C26BE
Complementary color
Monochromatic Colors of #4C26BE
Black with #4C26BE
Text Example
Text Example
White with #4C26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C26BE; }
p { color: rgb(76,38,190); }
H1.HeaderClassName
{
color: #4C26BE;
}
.AnyTagClassName
{
color: #4C26BE;
}
</style>
background-color css
<style>
a { background-color: #4C26BE; }
a { background-color: rgb(76,38,190); }
div.DivClassName
{
background-color: #4C26BE;
}
.BgClassName
{
background-color: #4C26BE;
}
</style>
border-color css
<style>
span { border-color: #4C26BE; }
span { border-color: rgb(76,38,190); }
td.TdClassName
{
border-color: #4C26BE;
}
.TagClassName
{
border-color: #4C26BE;
}
</style>