Shades of Purple Heart #4C27BF
Tints of Purple Heart #4C27BF
RGB
CMYK
RGB Variations
Color information
#4C27BF (or 0x4C27BF) is known color: Purple Heart. HEX triplet: 4C, 27 and BF. RGB value is (76,39,191). Sum of RGB (Red+Green+Blue) = 76+39+191=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C27BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C27BF is #B3D840. Grayscale: #424242. Windows color (decimal): -11786305 or 12527436. OLE color: 12527436.
HSL color Cylindrical-coordinate representation of color #4C27BF: hue angle of 254.61º degrees, saturation: 0.66, 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 #4C27BF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 39 | 191 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.25 |
| HSL | 254.61º | 0.66% | 0.45% | - |
| HSV(B) | 254.61º | 0.8% | 0.75% | - |
| XYZ | 13.11 | 6.75 | 49.9 | - |
| YUV | 67.39 | 197.76 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 191 | 0.60 | 0.80 | 0 | 0.25 | 254.61 | 0.66 | 0.45 |
| Hex | 4C | 27 | BF | 3C | 50 | 0 | 19 | FF | 42 | 2D |
| Octal | 114 | 47 | 277 | 74 | 120 | 0 | 31 | 377 | 102 | 55 |
| Binary | 1001100 | 100111 | 10111111 | 111100 | 1010000 | 0 | 11001 | 11111111 | 1000010 | 101101 |
Color Harmonies of #4C27BF
Complementary color
Monochromatic Colors of #4C27BF
Black with #4C27BF
Text Example
Text Example
White with #4C27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C27BF; }
p { color: rgb(76,39,191); }
H1.HeaderClassName
{
color: #4C27BF;
}
.AnyTagClassName
{
color: #4C27BF;
}
</style>
background-color css
<style>
a { background-color: #4C27BF; }
a { background-color: rgb(76,39,191); }
div.DivClassName
{
background-color: #4C27BF;
}
.BgClassName
{
background-color: #4C27BF;
}
</style>
border-color css
<style>
span { border-color: #4C27BF; }
span { border-color: rgb(76,39,191); }
td.TdClassName
{
border-color: #4C27BF;
}
.TagClassName
{
border-color: #4C27BF;
}
</style>