Html Css Color HEX #501160 Scarlet Gum

📋 copy color: '#501160'

red 80 ◦ green 17 ◦ blue 96

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

Shades of Scarlet Gum #501160

Tints of Scarlet Gum #501160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 41.45%
G = 8.81%
B = 49.74%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501160 (or 0x501160) is known color: Scarlet Gum. HEX triplet: 50, 11 and 60. RGB value is (80,17,96). Sum of RGB (Red+Green+Blue) = 80+17+96=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #501160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501160 is #AFEE9F. Grayscale: #2C2C2C. Windows color (decimal): -11529888 or 6295888. OLE color: 6295888.

HSL color Cylindrical-coordinate representation of color #501160: hue angle of 287.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501160 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 17 96 -
CMYK 0.17 0.82 0 0.62
HSL 287.85º 0.7% 0.22% -
HSV(B) 287.85º 0.82% 0.38% -
XYZ 5.62 2.95 11.34 -
YUV 44.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 80 17 96 0.17 0.82 0 0.62 287.85 0.7 0.22
Hex 50 11 60 11 52 0 3E 120 46 16
Octal 120 21 140 21 122 0 76 440 106 26
Binary 1010000 10001 1100000 10001 1010010 0 111110 100100000 1000110 10110

Color Harmonies of #501160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501160

Black with #501160

Text Example


Text Example

White with #501160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501160; }

 p { color: rgb(80,17,96); }

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

background-color css

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

 a { background-color: rgb(80,17,96); }

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

border-color css

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

 span { border-color: rgb(80,17,96); }

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