Html Css Color HEX #501761 Scarlet Gum

📋 copy color: '#501761'

red 80 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #501761

Tints of Scarlet Gum #501761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 40%
G = 11.5%
B = 48.5%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501761 (or 0x501761) is known color: Scarlet Gum. HEX triplet: 50, 17 and 61. RGB value is (80,23,97). Sum of RGB (Red+Green+Blue) = 80+23+97=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #501761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501761 is #AFE89E. Grayscale: #303030. Windows color (decimal): -11528351 or 6362960. OLE color: 6362960.

HSL color Cylindrical-coordinate representation of color #501761: hue angle of 286.22º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501761 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 23 97 -
CMYK 0.18 0.76 0 0.62
HSL 286.22º 0.62% 0.24% -
HSV(B) 286.22º 0.76% 0.38% -
XYZ 5.77 3.18 11.62 -
YUV 48.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 80 23 97 0.18 0.76 0 0.62 286.22 0.62 0.24
Hex 50 17 61 12 4C 0 3E 11E 3E 18
Octal 120 27 141 22 114 0 76 436 76 30
Binary 1010000 10111 1100001 10010 1001100 0 111110 100011110 111110 11000

Color Harmonies of #501761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501761

Black with #501761

Text Example


Text Example

White with #501761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501761; }

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

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

background-color css

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

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

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

border-color css

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

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

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