#4F1063

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

Shades of Scarlet Gum #4F1063

Tints of Scarlet Gum #4F1063

Color information

#4F1063 (or 0x4F1063) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 10 and 63. RGB value is (79,16,99). Sum of RGB (Red+Green+Blue) = 79+16+99=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1063 is #B0EF9C. Grayscale: #2C2C2C. Windows color (decimal): -11595677 or 6492239. OLE color: 6492239.

HSL color Cylindrical-coordinate representation of color #4F1063: hue angle of 285.54º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1063 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB791699-
CMYK0.200.8400.61
HSL285.54º72.17%22.55%-
HSV(B)285.54º83.84%38.82%-
XYZ5.662.9312.07-
YUV44.3158.87152.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=40.72%
G=8.25%
B=51.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7916990.200.8400.61285.5472.1722.55
Hex4F1063145403D11e4817
Octal117201432412407543611027
Binary10011111000011000111010010101000111101100011110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,99); }

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

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

 a { background-color: rgb(79,16,99); }

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

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

 span { border-color: rgb(79,16,99); }

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