Html Css Color HEX #501261 Scarlet Gum

📋 copy color: '#501261'

red 80 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #501261

Tints of Scarlet Gum #501261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 41.03%
G = 9.23%
B = 49.74%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501261 (or 0x501261) is known color: Scarlet Gum. HEX triplet: 50, 12 and 61. RGB value is (80,18,97). Sum of RGB (Red+Green+Blue) = 80+18+97=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #501261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501261 is #AFED9E. Grayscale: #2D2D2D. Windows color (decimal): -11529631 or 6361680. OLE color: 6361680.

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

Color convert

RGB 80 18 97 -
CMYK 0.18 0.81 0 0.62
HSL 287.09º 0.69% 0.23% -
HSV(B) 287.09º 0.81% 0.38% -
XYZ 5.68 3 11.59 -
YUV 45.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 80 18 97 0.18 0.81 0 0.62 287.09 0.69 0.23
Hex 50 12 61 12 51 0 3E 11F 45 17
Octal 120 22 141 22 121 0 76 437 105 27
Binary 1010000 10010 1100001 10010 1010001 0 111110 100011111 1000101 10111

Color Harmonies of #501261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501261

Black with #501261

Text Example


Text Example

White with #501261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501261; }

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

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

background-color css

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

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

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

border-color css

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

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

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