#4F315D

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

Shades of Scarlet Gum #4F315D

Tints of Scarlet Gum #4F315D

Color information

#4F315D (or 0x4F315D) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 31 and 5D. RGB value is (79,49,93). Sum of RGB (Red+Green+Blue) = 79+49+93=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F315D is #B0CEA2. Grayscale: #3E3E3E. Windows color (decimal): -11587235 or 6107471. OLE color: 6107471.

HSL color Cylindrical-coordinate representation of color #4F315D: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F315D is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB794993-
CMYK0.150.4700.64
HSL280.91º30.99%27.84%-
HSV(B)280.91º47.31%36.47%-
XYZ6.34.6510.92-
YUV62.99144.94139.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=35.75%
G=22.17%
B=42.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7949930.150.4700.64280.9130.9927.84
Hex4F315DF2F0401191f1c
Octal11761135175701004313734
Binary100111111000110111011111101111010000001000110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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