Html Css Color HEX #501561 Scarlet Gum

📋 copy color: '#501561'

red 80 ◦ green 21 ◦ blue 97

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

Shades of Scarlet Gum #501561

Tints of Scarlet Gum #501561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 40.4%
G = 10.61%
B = 48.99%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501561 (or 0x501561) is known color: Scarlet Gum. HEX triplet: 50, 15 and 61. RGB value is (80,21,97). Sum of RGB (Red+Green+Blue) = 80+21+97=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #501561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501561 is #AFEA9E. Grayscale: #2F2F2F. Windows color (decimal): -11528863 or 6362448. OLE color: 6362448.

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

Color convert

RGB 80 21 97 -
CMYK 0.18 0.78 0 0.62
HSL 286.58º 0.64% 0.23% -
HSV(B) 286.58º 0.78% 0.38% -
XYZ 5.73 3.1 11.61 -
YUV 47.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 80 21 97 0.18 0.78 0 0.62 286.58 0.64 0.23
Hex 50 15 61 12 4E 0 3E 11F 40 17
Octal 120 25 141 22 116 0 76 437 100 27
Binary 1010000 10101 1100001 10010 1001110 0 111110 100011111 1000000 10111

Color Harmonies of #501561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501561

Black with #501561

Text Example


Text Example

White with #501561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501561; }

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

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

background-color css

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

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

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

border-color css

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

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

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