Html Css Color HEX #51474F Purple Taupe

📋 copy color: '#51474F'

red 81 ◦ green 71 ◦ blue 79

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

Shades of Purple Taupe #51474F

Tints of Purple Taupe #51474F

RGB

 RED value IS 81 (32.03% from 255) = 35.06%

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 35.06%
G = 30.74%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51474F (or 0x51474F) is known color: Purple Taupe. HEX triplet: 51, 47 and 4F. RGB value is (81,71,79). Sum of RGB (Red+Green+Blue) = 81+71+79=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #51474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51474F is #AEB8B0. Grayscale: #4A4A4A. Windows color (decimal): -11450545 or 5195601. OLE color: 5195601.

HSL color Cylindrical-coordinate representation of color #51474F: hue angle of 312º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51474F is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 79 -
CMYK 0 0.12 0.02 0.68
HSL 312º 0.07% 0.3% -
HSV(B) 312º 0.12% 0.32% -
XYZ 7.06 6.82 8.34 -
YUV 74.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 81 71 79 0 0.12 0.02 0.68 312 0.07 0.3
Hex 51 47 4F 0 C 2 44 138 7 1E
Octal 121 107 117 0 14 2 104 470 7 36
Binary 1010001 1000111 1001111 0 1100 10 1000100 100111000 111 11110

Color Harmonies of #51474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51474F

Black with #51474F

Text Example


Text Example

White with #51474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,71,79); }

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

background-color css

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

 a { background-color: rgb(81,71,79); }

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

border-color css

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

 span { border-color: rgb(81,71,79); }

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