#4F315B

Color #4F315B Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4F315B

Tints of Scarlet Gum #4F315B

Color information

#4F315B (or 0x4F315B) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 31 and 5B. RGB value is (79,49,91). Sum of RGB (Red+Green+Blue) = 79+49+91=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F315B is #B0CEA4. Grayscale: #3E3E3E. Windows color (decimal): -11587237 or 5976399. OLE color: 5976399.

HSL color Cylindrical-coordinate representation of color #4F315B: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F315B is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB794991-
CMYK0.130.4600.64
HSL282.86º30%27.45%-
HSV(B)282.86º46.15%35.69%-
XYZ6.214.6110.46-
YUV62.76143.94139.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=36.07%
G=22.37%
B=41.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7949910.130.4600.64282.863027.45
Hex4F315BD2E04011b1e1b
Octal11761133155601004333633
Binary100111111000110110111101101110010000001000110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F315B; }

 p { color: rgb(79,49,91); }

 H1.HeaderClassName
 {
   color: #4F315B;
 }
 .AnyTagClassName
 {
   color: #4F315B;
 }
</style>
background-color css

<style>
 a { background-color: #4F315B; }

 a { background-color: rgb(79,49,91); }

 div.DivClassName
 {
   background-color: #4F315B;
 }
 .BgClassName
 {
   background-color: #4F315B;
 }
</style>
border-color css

<style>
 span { border-color: #4F315B; }

 span { border-color: rgb(79,49,91); }

 td.TdClassName
 {
   border-color: #4F315B;
 }
 .TagClassName
 {
   border-color: #4F315B;
 }
</style>