Html Css Color HEX #50384F Purple Taupe

📋 copy color: '#50384F'

red 80 ◦ green 56 ◦ blue 79

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

Shades of Purple Taupe #50384F

Tints of Purple Taupe #50384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 37.21%
G = 26.05%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50384F (or 0x50384F) is known color: Purple Taupe. HEX triplet: 50, 38 and 4F. RGB value is (80,56,79). Sum of RGB (Red+Green+Blue) = 80+56+79=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #50384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50384F is #AFC7B0. Grayscale: #414141. Windows color (decimal): -11519921 or 5191760. OLE color: 5191760.

HSL color Cylindrical-coordinate representation of color #50384F: hue angle of 302.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50384F is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 79 -
CMYK 0 0.30 0.01 0.69
HSL 302.5º 0.18% 0.27% -
HSV(B) 302.5º 0.3% 0.31% -
XYZ 6.13 5.1 8.06 -
YUV 65.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 80 56 79 0 0.30 0.01 0.69 302.5 0.18 0.27
Hex 50 38 4F 0 1E 1 45 12E 12 1B
Octal 120 70 117 0 36 1 105 456 22 33
Binary 1010000 111000 1001111 0 11110 1 1000101 100101110 10010 11011

Color Harmonies of #50384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50384F

Black with #50384F

Text Example


Text Example

White with #50384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50384F; }

 p { color: rgb(80,56,79); }

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

background-color css

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

 a { background-color: rgb(80,56,79); }

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

border-color css

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

 span { border-color: rgb(80,56,79); }

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