Shades of Scarlet Gum #4F255B
Tints of Scarlet Gum #4F255B
RGB
CMYK
RGB Variations
Color information
#4F255B (or 0x4F255B) is known color: Scarlet Gum. HEX triplet: 4F, 25 and 5B. RGB value is (79,37,91). Sum of RGB (Red+Green+Blue) = 79+37+91=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F255B is #B0DAA4. Grayscale: #373737. Windows color (decimal): -11590309 or 5973327. OLE color: 5973327.
HSL color Cylindrical-coordinate representation of color #4F255B: hue angle of 286.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F255B is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 37 | 91 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.64 |
| HSL | 286.67º | 0.42% | 0.25% | - |
| HSV(B) | 286.67º | 0.59% | 0.36% | - |
| XYZ | 5.77 | 3.74 | 10.32 | - |
| YUV | 55.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 91 | 0.13 | 0.59 | 0 | 0.64 | 286.67 | 0.42 | 0.25 |
| Hex | 4F | 25 | 5B | D | 3B | 0 | 40 | 11F | 2A | 19 |
| Octal | 117 | 45 | 133 | 15 | 73 | 0 | 100 | 437 | 52 | 31 |
| Binary | 1001111 | 100101 | 1011011 | 1101 | 111011 | 0 | 1000000 | 100011111 | 101010 | 11001 |
Color Harmonies of #4F255B
Complementary color
Monochromatic Colors of #4F255B
Black with #4F255B
Text Example
Text Example
White with #4F255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F255B; }
p { color: rgb(79,37,91); }
H1.HeaderClassName
{
color: #4F255B;
}
.AnyTagClassName
{
color: #4F255B;
}
</style>
background-color css
<style>
a { background-color: #4F255B; }
a { background-color: rgb(79,37,91); }
div.DivClassName
{
background-color: #4F255B;
}
.BgClassName
{
background-color: #4F255B;
}
</style>
border-color css
<style>
span { border-color: #4F255B; }
span { border-color: rgb(79,37,91); }
td.TdClassName
{
border-color: #4F255B;
}
.TagClassName
{
border-color: #4F255B;
}
</style>