#501768

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

Shades of Scarlet Gum #501768

Tints of Scarlet Gum #501768

Color information

#501768 (or 0x501768) is unknown color: approx Scarlet Gum. HEX triplet: 50, 17 and 68. RGB value is (80,23,104). Sum of RGB (Red+Green+Blue) = 80+23+104=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #501768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501768 is #AFE897. Grayscale: #313131. Windows color (decimal): -11528344 or 6821712. OLE color: 6821712.

HSL color Cylindrical-coordinate representation of color #501768: hue angle of 282.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501768 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8023104-
CMYK0.230.7800.59
HSL282.22º63.78%24.9%-
HSV(B)282.22º77.88%40.78%-
XYZ6.113.3213.41-
YUV49.28158.88149.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=38.65%
G=11.11%
B=50.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80231040.230.7800.59282.2263.7824.9
Hex501768174E03B11a4019
Octal120271502711607343210031
Binary10100001011111010001011110011100111011100011010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501768; }

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

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

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

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

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

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

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

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