#501268

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

Shades of Scarlet Gum #501268

Tints of Scarlet Gum #501268

Color information

#501268 (or 0x501268) is unknown color: approx Scarlet Gum. HEX triplet: 50, 12 and 68. RGB value is (80,18,104). Sum of RGB (Red+Green+Blue) = 80+18+104=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #501268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501268 is #AFED97. Grayscale: #2E2E2E. Windows color (decimal): -11529624 or 6820432. OLE color: 6820432.

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

Color convert

RGB8018104-
CMYK0.230.8300.59
HSL283.26º70.49%23.92%-
HSV(B)283.26º82.69%40.78%-
XYZ6.023.1413.38-
YUV46.34160.54152.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=39.60%
G=8.91%
B=51.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80181040.230.8300.59283.2670.4923.92
Hex501268175303B11b4618
Octal120221502712307343310630
Binary10100001001011010001011110100110111011100011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501268; }

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

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

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

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

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

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

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

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