#501766

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

Shades of Scarlet Gum #501766

Tints of Scarlet Gum #501766

Color information

#501766 (or 0x501766) is unknown color: approx Scarlet Gum. HEX triplet: 50, 17 and 66. RGB value is (80,23,102). Sum of RGB (Red+Green+Blue) = 80+23+102=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #501766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501766 is #AFE899. Grayscale: #303030. Windows color (decimal): -11528346 or 6690640. OLE color: 6690640.

HSL color Cylindrical-coordinate representation of color #501766: hue angle of 283.29º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501766 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8023102-
CMYK0.220.7700.6
HSL283.29º63.2%24.51%-
HSV(B)283.29º77.45%40%-
XYZ6.013.2812.89-
YUV49.05157.88150.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=39.02%
G=11.22%
B=49.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80231020.220.7700.6283.2963.224.51
Hex501766164D03C11b3f19
Octal12027146261150744337731
Binary1010000101111100110101101001101011110010001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501766; }

 p { color: rgb(80,23,102); }

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

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

 a { background-color: rgb(80,23,102); }

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

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

 span { border-color: rgb(80,23,102); }

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