Html Css Color HEX #50424F Purple Taupe

📋 copy color: '#50424F'

red 80 ◦ green 66 ◦ blue 79

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

Shades of Purple Taupe #50424F

Tints of Purple Taupe #50424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 35.56%
G = 29.33%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50424F (or 0x50424F) is known color: Purple Taupe. HEX triplet: 50, 42 and 4F. RGB value is (80,66,79). Sum of RGB (Red+Green+Blue) = 80+66+79=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50424F is #AFBDB0. Grayscale: #474747. Windows color (decimal): -11517361 or 5194320. OLE color: 5194320.

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

Color convert

RGB 80 66 79 -
CMYK 0 0.17 0.01 0.69
HSL 304.29º 0.1% 0.29% -
HSV(B) 304.29º 0.18% 0.31% -
XYZ 6.67 6.17 8.24 -
YUV 71.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 80 66 79 0 0.17 0.01 0.69 304.29 0.1 0.29
Hex 50 42 4F 0 11 1 45 130 A 1D
Octal 120 102 117 0 21 1 105 460 12 35
Binary 1010000 1000010 1001111 0 10001 1 1000101 100110000 1010 11101

Color Harmonies of #50424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50424F

Black with #50424F

Text Example


Text Example

White with #50424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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