Html Css Color HEX #50424B Purple Taupe

📋 copy color: '#50424B'

red 80 ◦ green 66 ◦ blue 75

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

Shades of Purple Taupe #50424B

Tints of Purple Taupe #50424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 36.2%
G = 29.86%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50424B (or 0x50424B) is known color: Purple Taupe. HEX triplet: 50, 42 and 4B. RGB value is (80,66,75). Sum of RGB (Red+Green+Blue) = 80+66+75=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #50424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50424B is #AFBDB4. Grayscale: #474747. Windows color (decimal): -11517365 or 4932176. OLE color: 4932176.

HSL color Cylindrical-coordinate representation of color #50424B: hue angle of 321.43º 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 #50424B is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 75 -
CMYK 0 0.17 0.06 0.69
HSL 321.43º 0.1% 0.29% -
HSV(B) 321.43º 0.18% 0.31% -
XYZ 6.53 6.11 7.49 -
YUV 71.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 80 66 75 0 0.17 0.06 0.69 321.43 0.1 0.29
Hex 50 42 4B 0 11 6 45 141 A 1D
Octal 120 102 113 0 21 6 105 501 12 35
Binary 1010000 1000010 1001011 0 10001 110 1000101 101000001 1010 11101

Color Harmonies of #50424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50424B

Black with #50424B

Text Example


Text Example

White with #50424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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