#501A6B

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

Shades of Scarlet Gum #501A6B

Tints of Scarlet Gum #501A6B

Color information

#501A6B (or 0x501A6B) is unknown color: approx Scarlet Gum. HEX triplet: 50, 1A and 6B. RGB value is (80,26,107). Sum of RGB (Red+Green+Blue) = 80+26+107=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #501A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A6B is #AFE594. Grayscale: #333333. Windows color (decimal): -11527573 or 7019088. OLE color: 7019088.

HSL color Cylindrical-coordinate representation of color #501A6B: hue angle of 280º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501A6B is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8026107-
CMYK0.250.7600.58
HSL280º60.9%26.08%-
HSV(B)280º75.7%41.96%-
XYZ6.333.5114.25-
YUV51.38159.39148.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=37.56%
G=12.21%
B=50.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80261070.250.7600.5828060.926.08
Hex501A6B194C03A1183d1a
Octal12032153311140724307532
Binary1010000110101101011110011001100011101010001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A6B; }

 p { color: rgb(80,26,107); }

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

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

 a { background-color: rgb(80,26,107); }

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

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

 span { border-color: rgb(80,26,107); }

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