Html Css Color HEX #50315C Scarlet Gum

📋 copy color: '#50315C'

red 80 ◦ green 49 ◦ blue 92

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

Shades of Scarlet Gum #50315C

Tints of Scarlet Gum #50315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 36.2%
G = 22.17%
B = 41.63%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50315C (or 0x50315C) is known color: Scarlet Gum. HEX triplet: 50, 31 and 5C. RGB value is (80,49,92). Sum of RGB (Red+Green+Blue) = 80+49+92=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #50315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50315C is #AFCEA3. Grayscale: #3F3F3F. Windows color (decimal): -11521700 or 6041936. OLE color: 6041936.

HSL color Cylindrical-coordinate representation of color #50315C: hue angle of 283.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50315C is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 49 92 -
CMYK 0.13 0.47 0 0.64
HSL 283.26º 0.3% 0.28% -
HSV(B) 283.26º 0.47% 0.36% -
XYZ 6.34 4.67 10.69 -
YUV 63.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 80 49 92 0.13 0.47 0 0.64 283.26 0.3 0.28
Hex 50 31 5C D 2F 0 40 11B 1E 1C
Octal 120 61 134 15 57 0 100 433 36 34
Binary 1010000 110001 1011100 1101 101111 0 1000000 100011011 11110 11100

Color Harmonies of #50315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50315C

Black with #50315C

Text Example


Text Example

White with #50315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50315C; }

 p { color: rgb(80,49,92); }

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

background-color css

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

 a { background-color: rgb(80,49,92); }

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

border-color css

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

 span { border-color: rgb(80,49,92); }

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