Shades of Scarlet Gum #4E2767
Tints of Scarlet Gum #4E2767
RGB
CMYK
RGB Variations
Color information
#4E2767 (or 0x4E2767) is known color: Scarlet Gum. HEX triplet: 4E, 27 and 67. RGB value is (78,39,103). Sum of RGB (Red+Green+Blue) = 78+39+103=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E2767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2767 is #B1D898. Grayscale: #393939. Windows color (decimal): -11655321 or 6760270. OLE color: 6760270.
HSL color Cylindrical-coordinate representation of color #4E2767: hue angle of 276.56º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E2767 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 39 | 103 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.60 |
| HSL | 276.56º | 0.45% | 0.28% | - |
| HSV(B) | 276.56º | 0.62% | 0.4% | - |
| XYZ | 6.32 | 4.05 | 13.28 | - |
| YUV | 57.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 103 | 0.24 | 0.62 | 0 | 0.60 | 276.56 | 0.45 | 0.28 |
| Hex | 4E | 27 | 67 | 18 | 3E | 0 | 3C | 115 | 2D | 1C |
| Octal | 116 | 47 | 147 | 30 | 76 | 0 | 74 | 425 | 55 | 34 |
| Binary | 1001110 | 100111 | 1100111 | 11000 | 111110 | 0 | 111100 | 100010101 | 101101 | 11100 |
Color Harmonies of #4E2767
Complementary color
Monochromatic Colors of #4E2767
Black with #4E2767
Text Example
Text Example
White with #4E2767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2767; }
p { color: rgb(78,39,103); }
H1.HeaderClassName
{
color: #4E2767;
}
.AnyTagClassName
{
color: #4E2767;
}
</style>
background-color css
<style>
a { background-color: #4E2767; }
a { background-color: rgb(78,39,103); }
div.DivClassName
{
background-color: #4E2767;
}
.BgClassName
{
background-color: #4E2767;
}
</style>
border-color css
<style>
span { border-color: #4E2767; }
span { border-color: rgb(78,39,103); }
td.TdClassName
{
border-color: #4E2767;
}
.TagClassName
{
border-color: #4E2767;
}
</style>