Html Css Color HEX #501A5E Scarlet Gum

📋 copy color: '#501A5E'

red 80 ◦ green 26 ◦ blue 94

#501A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #501A5E

Tints of Scarlet Gum #501A5E

RGB

 RED value IS 80 (31.64% from 255) = 40%

 GREEN value IS 26 (10.55% from 255) = 13%

 BLUE value IS 94 (37.11% from 255) = 47%

R = 40%
G = 13%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#501A5E (or 0x501A5E) is known color: Scarlet Gum. HEX triplet: 50, 1A and 5E. RGB value is (80,26,94). Sum of RGB (Red+Green+Blue) = 80+26+94=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #501A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A5E is #AFE5A1. Grayscale: #313131. Windows color (decimal): -11527586 or 6167120. OLE color: 6167120.

HSL color Cylindrical-coordinate representation of color #501A5E: hue angle of 287.65º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501A5E is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 26 94 -
CMYK 0.15 0.72 0 0.63
HSL 287.65º 0.57% 0.24% -
HSV(B) 287.65º 0.72% 0.37% -
XYZ 5.7 3.25 10.92 -
YUV 49.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 80 26 94 0.15 0.72 0 0.63 287.65 0.57 0.24
Hex 50 1A 5E F 48 0 3F 120 39 18
Octal 120 32 136 17 110 0 77 440 71 30
Binary 1010000 11010 1011110 1111 1001000 0 111111 100100000 111001 11000

Color Harmonies of #501A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A5E

Black with #501A5E

Text Example


Text Example

White with #501A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #501A5E;
 }
 .AnyTagClassName
 {
   color: #501A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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