#4F1C65

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

Shades of Scarlet Gum #4F1C65

Tints of Scarlet Gum #4F1C65

Color information

#4F1C65 (or 0x4F1C65) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 1C and 65. RGB value is (79,28,101). Sum of RGB (Red+Green+Blue) = 79+28+101=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F1C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1C65 is #B0E39A. Grayscale: #333333. Windows color (decimal): -11592603 or 6626383. OLE color: 6626383.

HSL color Cylindrical-coordinate representation of color #4F1C65: hue angle of 281.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1C65 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7928101-
CMYK0.220.7200.60
HSL281.92º56.59%25.29%-
HSV(B)281.92º72.28%39.61%-
XYZ5.993.4312.66-
YUV51.57155.9147.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=37.98%
G=13.46%
B=48.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79281010.220.7200.60281.9256.5925.29
Hex4F1C65164803C11a3919
Octal11734145261100744327131
Binary1001111111001100101101101001000011110010001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,101); }

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

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

 a { background-color: rgb(79,28,101); }

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

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

 span { border-color: rgb(79,28,101); }

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