#501569

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

Shades of Scarlet Gum #501569

Tints of Scarlet Gum #501569

Color information

#501569 (or 0x501569) is unknown color: approx Scarlet Gum. HEX triplet: 50, 15 and 69. RGB value is (80,21,105). Sum of RGB (Red+Green+Blue) = 80+21+105=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #501569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501569 is #AFEA96. Grayscale: #2F2F2F. Windows color (decimal): -11528855 or 6886736. OLE color: 6886736.

HSL color Cylindrical-coordinate representation of color #501569: hue angle of 282.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501569 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8021105-
CMYK0.240.8000.59
HSL282.14º66.67%24.71%-
HSV(B)282.14º80%41.18%-
XYZ6.133.2613.67-
YUV48.22160.05150.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=38.83%
G=10.19%
B=50.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80211050.240.8000.59282.1466.6724.71
Hex501569185003B11a4319
Octal120251513012007343210331
Binary10100001010111010011100010100000111011100011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501569; }

 p { color: rgb(80,21,105); }

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

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

 a { background-color: rgb(80,21,105); }

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

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

 span { border-color: rgb(80,21,105); }

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